I'm trying to use the rest api in jira cloud, but when I try to get an issue I got the following error "Issue does not exist or you do not have permission to see it.", if I try to create a new issue I got the following error "You do not have permission to create issues in this project.". But If I connect to jira I could see any issue and i could created it too.
I'm using token authentication with the OAuth 1.0 method.
Can anyone tell me what these errors are due to? Thanks
Community moderators have prevented the ability to post new answers.
Hi @Isabel Bueno Welcome to the community!
Please create API token and use that.
How to create Token- https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/
Also, check if you have sufficient permission on the particular project to create an Issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.