Steps to create Atlassian Connect App to get Jira sprint data

Hi,
As a beginner, I’m confused while creating Atlassian Connect App to get Jira sprint data.
Can you guide me in the right direction and provide the steps and documentation to follow?

I used this GitHub - atlassian/atlassian-connect-example-app-node boilerplate code to get familiar with connect app development but not sure how to get Jira sprint data

Thanks :slight_smile:

Welcome to the Atlassian developer community @SatishKumar1,

A common point of confusion is there are multiple Jira REST APIs that roughly correlate to the Jira products. For example, Sprints are a feature of Jira Software, so those are in the Jira Software Cloud REST API. There things that are common to all flavors of Jira are found in the Jira Cloud platform REST API. Hope that gets you going in the right direction.

1 Like