Hello,
I am using below api to get all issues.
/rest/api/2/search
I need Sprint, comments, confluence page link ,epic details of specific issue but unable to find these fields in response.
Is there any way to get above mentioned information?
Hello @Angélica Luz
I already tried above 1.0 api. Currently we are using v2 api's and oauth 2 token. While calling 1.0 api using oauth 2 token it gives below error.
{ "errorMessages": [ "OAuth 2.0 is not enabled for this method." ]}
Is there any way to use 1.0 api using oauth 2 token?
Thank you for the details, Mukund.
OAuth 2.0 is not currently supported for Jira Software API endpoints.
It works only with Jira Core and Service Desk.
There is a feature request suggesting the implementation of this ability:
Please, click on vote and watch to receive updates about the feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Mukund Waghmode,
Welcome to Atlassian Community!
Testing using the API you mentioned and also the v3 of API, it doesn't show Epic details and Confluence page link.
The API that returns an issue with information about Epic is:
/rest/agile/1.0/issue/{issueIdOrKey}
Regarding the Confluence pages, it's another API that returns this information:
/rest/api/latest/issue/<issue key>/remotelink
Please, give it a try and let us know how it goes.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.