JIRA API to get all stories in a sprint

Deleted user July 8, 2024

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. 

https://domain.atlassian.net/rest/api/2/issue/GN-25

1 answer

0 votes
Jeroen Poismans
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 8, 2024

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:

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-search/#api-rest-api-2-search-get

There are examples of code in the documentation.

Good luck!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events