phproject icon indicating copy to clipboard operation
phproject copied to clipboard

How to add additional status type?

Open Backpackstudio opened this issue 4 years ago • 1 comments

How to add addition status type?

ID | Name | Closed | Taskboard Columns | Taskboard Sort |  
-- | -- | -- | -- | -- | --
1 | New | No | 2 | 1
2 | Active | No | 2 | 2
3 | Completed | Yes | 2 | 3
4 | On Hold | No | 1 | 4

Backpackstudio avatar Nov 06 '20 13:11 Backpackstudio

There is not currently a UI in the admin panel for it, but you can add a row to the issue_status table directly,

Alanaktion avatar Nov 09 '20 01:11 Alanaktion