Hi Folks,
I create an issue using REST API with JWT authentication (and set the reporter in the payload).
When I try and edit the issue created above from the same app using a JWT (literally less than two seconds after creation), I get a 404 "Issue does not exist or you do not have permission to see it.".
Any suggestions as to what I'm doing wrong or how to identify it?
The issue was in the treatment of the JWT.
For GETs it must be a querystring parameter
For POSTs and PUTs (at least) it must be an Authorization header prefixed with "JWT " (without the quotes). Don't know about the other verbs but I assume everything except GET is in this category
Hi @GoSource Jira Development Account
Could you check on the permission scheme of the project in which you created the issue? Do the account you use have 'browse project' and edit issue permissions?
Are you able to open the ticket created in REST API via browser?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid I'm a newbie to using Jira, so I'm not sure which account the JWT represents. The add-on was installed by the owner.
The permissions list Browse Project as
The permissions list Edit Issue as
I am able to browse the ticket created within the browser.
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.