How would I see what statuses are being used in JIRA?

Melinda Harbaugh February 7, 2020

Our company allows different workflows for the different teams.  I need to see what statuses are being used among all the teams.

2 answers

2 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 7, 2020

Hi @Melinda Harbaugh,

Welcome to Atlassian Community.

If you have Jira Admin permissions you can go to Jira settings > Issues > Statuses. Here you will see all the statuses that are available and how many workflows are associated with each status.

0 votes
Bloompeak Support
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 5, 2020

Hi @Melinda Harbaugh ,

You can get all statuses using Jira rest api. Replace {your_jira_domain_name} with your jira instance domain name and you get all the statuses defined.

https://{your_jira_domain_name}/rest/api/3/status

Suggest an answer

Log in or Sign up to answer