Hello Community,
I am trying to write a JQL that grabs all the closed sprints pertaining to a certain project.
I have the following JQL I am running in a Search Rest API:
'project' = 'Project-1' and sprints in closedSprints()
This returns me issues within the project that have the closedSprints() in them. From there I just JSON myself into the issue and grab the sprint that is attached to it.
For somereason, this JQL is only returning the most recent closed Sprint for the project. I would like to receive ALL of the closed sprints a project has ever had.
Would anyone know a solution to this.
I appreciate your time and expertise.
-Roberto