I am trying to access JIRA through POSTMAN. But i am getting the error "Sign in to your account".
I am able to login to my JIRA account through browser.
In Postman, I am using Username and API Token for Basic Auth.
But still getting the error
<title>Sign in to your account</title> with status code as 200 Ok
Hi @Devi R
Welcome to the Atlassian Community!
Could you kindly provide the REST API endpoint that you are attempting to access?
Hi,
Thank you. Am trying to access the below mentioned endpoint.
https://jira.{mydomain}/rest/agile/1.0/issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, have you selected "Bearer Token" as type in the Authorization tab in postman ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, then I don't see any issues here as it should work. What happens if you try curl ?
curl 'https://my.jira.com/rest/agile/1.0/issue/KISH-9?filter=allopenissues' --header 'Accept: application/json' --header 'Authorization: Bearer oiu78myotken1MjQ0OqAFKJFcUf'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying from POSTMAN by giving the request url and header tokens.
Yet, I am getting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I am unable to reproduce it. What header tokens are you passing ? I am only using
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I hope you have set it up like this - Accept in Headers tab.
Authorization in Authorization tab.
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.