Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,623
Community Members
 
Community Events
184
Community Groups

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

 

2 answers

1 vote
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 24, 2023

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. 

0 votes
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 24, 2023

Hi @Dominic Deguzman 

On your premium instance, you don't have any apps installed, like JMWE, JSU, scriptrunner, JWT etc?

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 24, 2023

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:

automation.png

  • You have to create a number field called e.g. "Send back to Dev" or similar
  • And place that number field on the VIEW screen of your issue types
  • Create the above rule and replace the "In Progress" status with your "QA" status and the "Backlog" with "Back to dev".
  • Replace the "Number" field with the new "Send back to Dev"

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!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events