How do I search for issues based on column colors?

Glenn Weissel October 27, 2017

As a JIRA user I need to search and report on issues based on the 'category colors: To Do, In Progress, Done'  so that when I use the Simplified Software Workflow and add or remove statuses I can see all of the issues assigned to one of the categories. 

1 answer

0 votes
Peter DeWitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 27, 2017

@Glenn Weissel, the Status colors are actually Status Category.  You can use this JQL to get your issues grouped:

Blue

statusCategory = "To Do" 

Yellow

statusCategory = "In Progress" 

Green

statusCategory = Done 

Glenn Weissel October 30, 2017

Brilliant! Thank you Peter!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events