Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-44020

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

    XMLWordPrintable

Details

    • 0
    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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:

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: