• Community
  • Products
  • Jira
  • Questions
  • Is There a Way to identify how many issues are in the Link status's of a workflow prior to converting to a new workflow?

Is There a Way to identify how many issues are in the Link status's of a workflow prior to converting to a new workflow?

JanaW
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2013

I am converting many projects to a new workflow and want to work with the Project Leads to get their mapping from old to new prior to actually starting the conversion. Would like to get a sum of all issues that are in each existing step/linked status.

Icing on the cake if I could then export that out to an excel file.

1 answer

1 accepted

0 votes
Answer accepted
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2013

You can do it by SQL:

SELECT COUNT(pkey) Status_Count,
issuestatus.pname 
FROM jiraissue, issuestatus
where issuestatus.id = jiraissue.issuestatus
group by issuestatus.pname

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events