How to get sprint information for specific issue through REST API and is there a way to get sprint information on issue webhooks ?
Hi Nikola
Take a look at this documentation - the API has a large range of details that it can extract from Jira
You can call
GET /rest/agile/1.0/issue/{issueIdOrKey}
to get the sprint information of a specific issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.