How can we find out using JQL Query/script runner - what are the sprint cycles(i,e based on sprint end date) planned in a specific month in Jira?

Manjunatha K R July 28, 2016

How can we find out - what are the sprint cycles(i,e based on sprint end or start date) planned in a specific month in JIRA Agile Project using using JQL Query ?

1 answer

0 votes
Jonny Carter
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.
August 3, 2016

You'll probably need to write a custom scripted JQL function, if what you want is to query for issues whose sprints are in a given time frame. https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html 

Keep in mind, though, JQL queries return issues. If you want to get the Sprints themselves for some other purpose, you will probably need to return them from a REST endpoint or just the plain old Script Console.

However you decide to return the data, you'll also want to look at the guides on working with JIRA Software (formerly known as Agile, formerly known as Greenhopper). That will help you get the beans you need, like the SprintManager, so you can query for the sprints based on their date ranges. https://scriptrunner.adaptavist.com/latest/jira/plugins/working-with-jira-agile.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events