-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
2
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Problem Definition
It is currently not possible to create a status without any Category via the JIRA UI.
Suggested Solution
It would be good to have the possibility of manually selecting the option No Category via the UI while editing or creating a Status.
Workaround
It is possible to edit the category directly in the database, using the steps below:
- Take a Backup from your JIRA Database to revert back if there are any problems.
- Stop JIRA.
- Run the SQL Query below in the database for modifying the category of a status to "No Category":
UPDATE issuestatus SET statuscategory = 1 WHERE pname = 'STATUS_NAME';
- Start JIRA.
- is related to
-
JRASERVER-44020 As a JIRA Admin I would like to configure statuses without any category
- Gathering Interest