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.
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:
From the results, you can see the Sprint values for the returned issues.
Cheers,
Filipi Lima
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.