Forums

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

How can I search for the start and end date for the past Sprints?

Mauricio Hernandez
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!
February 24, 2020

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.

1 answer

1 accepted

1 vote
Answer accepted
Thomas Magny-Garcia
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.
February 24, 2020

Hi @Mauricio Hernandez 

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.

Capture.PNG

 

Hope this helps!

Suggest an answer

Log in or Sign up to answer