Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
384 stars 106 forks source link

How to add additional status type? #392

Open Backpackstudio opened 3 years ago

Backpackstudio commented 3 years ago

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
Alanaktion commented 3 years ago

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