I'm using this URL:
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.
You can use it as follows:
https://<organisation>.atlassian.net/rest/api/2/search?jql=project%20%3D%20<projectKey>%20and%20sprint%20in%20closedSprints()
This has the URL encoded to have the following JQL:
project = <key> and sprint in closedSprints()
Make sure to replace the <projectKey> with the key of your desired project.
Kind regards
Jorden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.