When trying to create Issue in Jira using Postman, getting below error:
Hello, Good day. Please go to project settings >> Permission >> Check your account has create issue permission.
Are you able to create issue on this project from web browser ?
Hi @GLK Indrani ,
Welcome to the community!
First of all, you should avoid posting your cookie headers here. It's way too easy for a malicious actor to take over your session that way.
Now, when working with the REST API, it's typically much easier to use an API token and basic auth.
However, if you are dead set on using the session cookie from your browser, you should be fine with these two cookies: the JSESSIONID and the tenant.session.token.
If you are unsure if your authentication attempt does not quite work, it's a good idea to test with the Get Current User endpoint.
Hope that helps,
Oliver
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.