How to check affected issues per workflow using JSU validators, post-functions, and conditions in Jira Data Center
Instructions
The query below returns the total issue count per workflow, and the workflows considered in the table are the ones that have any JSU module applied. (PostgreSQL)
Query result:
Note:
The column
total_issuesreturns all the issues per workflow.The column
recent_issuesreturns all the issues created in the last 90 days per workflow.
The workflow descriptor column can also be included in the table to better visualize the JSU modules that exist per workflow.
Example of query result
Note:
It is possible to return only a specific JSU condition, validator, or postfunction; you can achieve this by changing the query condition.
e.g.,
WHERE (jw.descriptor like '%ch.beecom.jira.jsu.workflow.function.createlinkedissue.CreateLinkedIssueFunction%')JSU modules can be obtained from the workflow descriptor column and multiple JSU modules can belong to the same workflow.