I am looking for a way (preferably Oracle SQL) to generate a matrix for workflow transitions, so I can analyze transitions utilization and remove "dead" transition from workflow.
Example: I imagine the output would look like the following matrix; s1, s2, s3 are statuses, the values are transition count between corresponding statuses. Transition from s1 -> s3 happened 13 times, s3->s1 happened 4 times.
s1,s2,s3
s1,0 ,12,13
s2,1 ,0 ,5
s3,4 ,40,0
Selection criteria are project, issue type and transition date range.
Anyone have done analysis like this? If somehow the solution can display the number of tickets in each status, that would be a bonus.
I am on JIRA 6.2.2.
There used to be a workflow visualization add-on, https://community.atlassian.com/t5/Jira-Core-questions/Would-like-to-adopt-Workflow-Visualization-Plugin-for-JIRA-7/qaq-p/268123, but it's no longer active.
Thanks a bunch.
If you are interested in a ready to use solution, Time in Status app by OBSS produces reports that show the number of times each status or each transition was used.
All report data can be exported as XLS, XLSX or CSV.
No taker?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.