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.
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
Stand out as a skilled Confluence Cloud administrator. The Confluence Administration for Cloud certification proves you can configure permissions, manage site and space settings, and monitor activity—ensuring secure, effective collaboration for your team.
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.