Forums

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

HI Team!! I am trying to fetch the closedSprints for some of the teams using Kanban board. Any help?

NASKAR, ABHINANDAN
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!
April 11, 2022

I'm using this URL:

"https://nwm.atlassian.net/rest/api/2/search?jql=project=QEIPF&maxResults=10&startAt=0"

but the problem is the data it is fetching doesn't have an attribute named "closedSprints" which is very crucial for the code changes. but no such attributes are there in fetched data. 

1 answer

0 votes
Filipi Lima
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 11, 2022

Hello, Naskar, how are you today?

Your query would return all issues associated to the QEIPF project. Using JQL, you can filter to only show issues are associated to currently closed sprints:

JQL looks like this:

  • project in QEIPF and sprints in closedSprints()

From the results, you can see the Sprint values for the returned issues.

Cheers,

Filipi Lima

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events