Concept Relates To
Application Type |
Jira Work Management, Jira Software, Jira Service Management, Jira Core |
Deployment Type |
Jira Cloud, Jira Server, Jira Data Center |
What is shown?
A workflow with multiple statuses in the green (AKA: Done) status category
Visit: Admin > Issues > Workflows
Visit: Issues > View all issues (Cloud)
Visit: Issues > Search for issues (Server and Data Center)
What can we learn?
In all types of Jira, workflow statuses are classified into one of three categories: To Do, In Progress, or Done. The categories help visually communicate where issues are in their lifecycle. Issues in a “To Do” status category are at the beginning of the workflow, issues in a “In Progress” status category are in the middle, and issues in a “Done” status category are towards the end. The category names and colors are not customizable.
The screenshot shows multiple statuses in the green category. Personally, I don’t like multiple green statuses in a single workflow. I believe there should only be one final status that indicates all work is done. I’ve found that once issues reach a green status, users forget they exist. Will users remember to move issues in the “Approved” status to the “Done” status? Sometimes but not always.
Luckily, if your workflow does have multiple green statuses, you can leverage the statusCategory clause in JQL queries. In the second screenshot, the clause statusCategory = Done will return all issues in a green status. This method is simpler, more inclusive, and less error prone than querying for multiple statuses. e.g. status in (Approved, Done, Rejected, Canceled).
And of course, you can also use statusCategory = “To Do” or statusCategory = “In Progress” to return issues in other status categories.
Rachel Wright
Author, Jira Strategy Admin Workbook
Industry Templates, LLC
Traveling the USA in an RV
46 accepted answers
1 comment