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.
I want to know if there's a way to show the number completed sprints for each ticket instead of checking each ticket individually, for reporting purposes
Hi @Saifeldin Ibrahim -- Welcome to the Atlassian Community!
I do not believe that there is a built-in way to do this, such as with JQL. You could try the following to help solve this. These solutions vary depending upon how often you need this information and if you want to spend more money on products.
Best regards,
Bill
Hi @Bill Sheboy , i had to do it the classic way and export all the tickets (like your first point) but using the built-in automation rules is a really good idea. will try that
thanks for the advice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the update. If this approach works for you, please consider posting back here to share your findings and mark this question as answered. That will help others find solutions faster in the future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy
I was looking for an answer to this question as well and will be creating a post function for the number of sprints an issue was in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another variation for automation is to leverage the Sprint field is a list, so when an issue finally moves to "done", the count of the number of sprints it took is:
{{issue.sprint.size}}
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Given that {{issue.sprint.size}} cannot be referenced in jql, I did the following to make this information searchable.
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.