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.
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.
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()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.