Unauthorized 401 error to admin user

seintsan May 25, 2014

I am now trying to use jira rest api. And I follow https://confluence.atlassian.com/display/DOCSPRINT/The+Simplest+Possible+JIRA+REST+Examples.

I already enable Remote API.

I have right to acces the project and also create issue.I created new issue and try to call from the jira rest api .When I call the rest api https://mycompany.atlassian.net/jira/rest/api/2/issue/APP-1.json from the browser, I get json reply .

But when I try to access using curl

curl -u User 2:password https://mycompany.atlassian.net/jira/rest/api/2/issue/APP-1.json, I get unauthorized 401 error.

My username includes whitespace like 'User 2'.Is this one cause that error?Can I use email instead of username?

My OS is Window7 32. could Anyone help me ,please?I really need help!

2 answers

0 votes
FelipeA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 26, 2014

Hi Seint,

You can try with a plus sign, like: User+2.

Best regards,

Felipe Alencastro

seintsan May 26, 2014

Hi Felipe,

Thank you !.But adding a plus sign ,still unauthorized. so I changed to new user .

0 votes
seintsan May 25, 2014

I found that the problem is whitespace .Anyone know how to pass username with white space to jira api?

Suggest an answer

Log in or Sign up to answer