The JIRA instance has multiple sprints which were started but never closed. Is there a way to view them all with a single filter? Rather than going to every board to find out if it has a running sprint, and closing them from there?
Ideally I can view them all as a list, which a way to easily close them all.
Thanks in advance for any help
Hope this is what you are looking for.
Thanks. That completely helped!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, helped me too, perfectly.
For me it was mostly open sprints on old projects. So I excluded running projects:
sprint in openSprints() AND project not in (project1, project2) ORDER BY Rank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks this is GOLD!!
I am working on 11projects and to give the "ALL" view I used: Sprint in openSprints() AND Sprint not in futureSprints() AND project in (Project1,Project2,Project3,Project4,......,Project11)
worked like a charm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Additionally, a (revised?) feature of JIRA cloud I just found; a newly created Sprint is only visible to the creator in the Backlog as long as it's empty / with no items in it. As soon as someone adds an item to the Sprint, then it becomes visible in the Backlog and usable by the project users with permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.