Hello @Dominic Deguzman
You can get that information with JQL searching using the CHANGED operator.
sprint = <your sprint> and (status CHANGED FROM "UAT" TO "dev" OR status CHANGED FROM "qa" to "dev")
You may want to add the optional date predicates so that the status change time frame is limited to the time frame of the sprint.
On your premium instance, you don't have any apps installed, like JMWE, JSU, scriptrunner, JWT etc?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without apps, in order to get the number of times an issue transitions from status A to status B, you can use the following automation rule:
If you want to distinguish the times an issue has transitioned from QA to DEV and from UAT to DEV, then create two separate number fields, and repeat the above process.
Let me know if that works for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.