It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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 ?
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
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.