I am using the Jira api to get the issue.
This is the api url
`https://api.atlassian.com/ex/jira/<cloud-id>/rest/api/3/issue/<issue-id>`
i have saved these scopes
read:jira-work
read:issue-meta:jira
, read:issue-security-level:jira
, read:issue.vote:jira
, read:issue.changelog:jira
, read:avatar:jira
, read:issue:jira
, read:status:jira
, read:user:jira
, read:field-configuration:jira
Hi and welcome to the community!
Some things to check: You are using api.atlassian.com so I assume you are trying to do this call from an app you are developing using OAuth 2.0 (3LO)?
Check this resource (Other integrations):
https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions
If not you should probably use another endpoint (described in the documentation).
If you think the endpoint is correct, something might be wrong with your oAuth 2.0 authentication OR the account does actually not have permission to see the issue (maybe trying to get a JSM issue and the user does not have product access?)
If this did not help, try asking your question in:
https://community.developer.atlassian.com
Jeroen
Welcome @Prateek Vyas
Possible two things:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.