Hello everyone,
I'm kind of new to Jira and I need to know the start and end dates from previous Sprints. I was trying to do it with JQL but I haven't seen any information related to the Sprints on the results.
Any help would be great.
JQL will only provide you a list of issues, you won't be able to get this kind of information.
You may have this information using API request :
YOUR_URL/jra/rest/greenhopper/latest/rapid/charts/sprintreport?
After that you will need ID from the sprint you want to query and the project linked to the sprint.
And you will be able to get the startDate and endDate.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.