Hi everyone,
is there a way to see all issues that have been assigned to a specific sprint after the sprint has started? Or maybe JQL to see issues where the 'Sprint' field has been updated after a certain date e.g., june 6
Let's say, we have project ABC, we have sprint called SprintABC
#jirapremium
#jiracloud
#companymanaged
JQL to see issues where the 'Sprint' field has been updated after june 6
Hi Ben,
I believe you will need a plugin to see issues added to a sprint after it has been started.
The ScriptRunner for Jira Cloud or Enhanced Search for Jira Cloud plugins offers the addedAfterSprintStart() JQL function as documented here that would help to achieve your requirement.
Regards,
Kristian
Enhanced Search for Jira Coud worked. I could not find out of the box solution. Maybe someone knows if it is possible to achieve it using Jira's native functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ben,
I am glad Enhanced search solved your requirement.
Could you please ark the answer as accepted, so that other users know this is a valid solution?
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @BenWade
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, natively, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to get all issues that have been added to a sprint after it has started:
issue in addedToSprintAfterStart("ABC board", "SprintABC")
Please contact our support if you have any other questions about this query.
We’ll be happy to help you! 😉
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @BenWade
Do you need a list of the issues or to just see which issues were added / removed after the sprint started?
If you just need to see them, please check the Sprint Report or Burn Charts to check the scope change.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.