You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Want to track each sprint, how many times tickets go from qa back to dev or from UAT back to dev.
Is this possible without any additional apps?
Thanks
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.