Hi ,
I am searching way to get the next sprint name , meaning the next sprint in JIRA BKL board below current active sprint .
Is there a way to write this filter ? I found only futureSprints() which give me all future list and I wants to get the name / id of next sprint
Thanks
Hi,
There is no "native" JQL to retrieve next sprints as Sprints are not stored in sequence. futureSprints() will return all Sprints which are not started. If you are using a naming convention, you might find a way to build your own JQL to retrieve N+1 Sprint using addons such as Script Runner but it will require some knowledge of Java and Jira's Java API.
Hope this helps!
I found that it can be done using nextSprint of Script Runner . thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great!
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.