Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JSQL to just list open sprint names across multiple projects

Jaideep Paidimarri
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 20, 2019

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.

1 answer

2 votes
Jack Brickey
Community Champion
June 20, 2019

JQL queries resolve to issues. You can include the sprint field as a column.

project = xxx and sprint in openSprints()

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 21, 2019

Hi @Jaideep Paidimarri 

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

Jaideep Paidimarri
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 24, 2019

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.

Suggest an answer

Log in or Sign up to answer