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

JQL Query to find Sprint Changes

Our operation has a field called Sprint and throughout the iteration we may update this field to a future Sprint if it can't be completed within the current Sprint. Anyone have a JQL Query to find the changes to a field such as Sprint? I can see the Activity log for the issue showing that there were changes made to the Sprint field where it shows the old value and then the new value.

I'm trying to query for tickets that have been updated with new Sprint dates for this week.

 

Thanks in advance for you input.

1 comment

Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 29, 2020

Hi @Pikk_Phengsykeo 

When you decide to change the sprint, you can "add" the future sprint to the "Sprint" field and keeping the current sprint. By this way, you'll keep a record that the issue was original planned for a sprint and was later added to a another sprint. An issue can be added to multiple sprints.

When you take this approach, you can use the following JQL, to find all issues that are in the current sprint and also added to a future sprint:

project = "SYD" AND Sprint in openSprints() AND Sprint in futureSprints()

Like Pikk_Phengsykeo likes this

What are the steps to add the future sprint? When I edit the Sprint field it doesn't allow to add another Sprint. I have to delete the old sprint and replace with new sprint value.

Raj, perhaps it is our specific implementation, but unlike Fix Version, we are unable to add an additional Sprint. How nice if that were not the case.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events