JSQL to just list open sprint names across multiple projects.
I am not interested in the stories or issues, but just the sprint names that are active across projects.
JQL queries resolve to issues. You can include the sprint field as a column.
project = xxx and sprint in openSprints()
Of note... If you use the above script and decide to export the results to remove duplicate sprint names, when issues have been in multiple open sprints you will get multiple columns in the result set. Should be easy to prune those down though.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jack and Bill.
With JSQL and two dimension filter I get what I need, but its not in a good format.
I ended up using Sprint Health Gadget for each Scrum board in a dashboard and it served my purpose.
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.