The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • 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 Champions.
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events