Is there a possibility to filter out all stories which got added/removed from active sprint using the JQL?
Hi Ladislav,
welcome to the Atlassian Community!
I found a Suggestion with Atlassian (https://jira.atlassian.com/browse/JSWCLOUD-16523) that adresses your proposal.
Feel free to vote for this suggestions using the link I posted above.
In case you are not using a cloud subscription but Jira Software (Server) there might be approaches to address the requirement using the (paid) App ScriptRunner.
In case you are using Jira Software Server - please let us know.
Somebody might then advise further on the implementation of this requirement.
Cheers,
Daniel
The ScriptRunner plugin enables searching for issues added to/removed from a Sprint
issueFunction in addedAfterSprintStart("ACES board", "ACES Sprint 2")
This works in all versions Cloud, Server, Data Center. Hope that helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can this be used to trigger a notification when the scope change actually occurs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, absolutely. That is an excellent idea. I am putting together a Jira "linter" tool that will send notifications for stuff like this. As a developer, I have enjoyed lint in every language-- FxCop, StyleCop, esLint, check style, PMD, PyLint, etc. Why not in Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.