I want the list of all stories in a sprint from an API call .
please help with the API details.
I'm using this API.
Hi and Welcome to the Atlassian Community!
First figure out a JQL that will select those issues you want in the issue search in the UI. It will be something like this:
Sprint = "xxx" and issuetype = Story
Then you can use the issue search API:
There are examples of code in the documentation.
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.