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!
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.