Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-44020

As a JIRA Admin I would like to configure statuses without any category

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • None
    • None
    • 0
    • 1
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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:

      1. Take a Backup from your JIRA Database to revert back if there are any problems.
      2. Stop JIRA.
      3. 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';
        
      4. Start JIRA.

            [JRASERVER-44020] As a JIRA Admin I would like to configure statuses without any category

            Bob added a comment - - edited

            Even if it might not be able to create statuses without category, one should at least be able to change the description of those statuses without category without adding a category (for instance for those automatically created by Jira SD).

            Bob added a comment - - edited Even if it might not be able to create statuses without category, one should at least be able to change the description of those statuses without category without adding a category (for instance for those automatically created by Jira SD).

            As Jira ServiceDesk is creating statuses without category itself it should become possible to do this by manual action too. Or to prevent the existence of non-category statuses

            Charlie Misonne added a comment - As Jira ServiceDesk is creating statuses without category itself it should become possible to do this by manual action too. Or to prevent the existence of non-category statuses

            MattS added a comment -

            I wonder how many places break if you have a status without a category?

            MattS added a comment - I wonder how many places break if you have a status without a category?

              Unassigned Unassigned
              dconrad Danilo Conrad
              Votes:
              36 Vote for this issue
              Watchers:
              16 Start watching this issue

                Created:
                Updated: