Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue does not exist or you do not have permission to see it

Prateek Vyas February 10, 2025

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 

 

Classic:read:jira-work
Granular: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

 

2 answers

2 accepted

1 vote
Answer accepted
Jeroen Poismans
Community Champion
February 10, 2025

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

1 vote
Answer accepted
Nikola Perisic
Community Champion
February 10, 2025

Welcome @Prateek Vyas 

Possible two things:

  • Issue was indeed deleted and it doesn't exist anymore, this is why you are getting the 404 error
  • You don't have the Browse project permission in order to retrieve the data using the API

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events