Hi
You have to use Atlassian ID when you are logging in to jira.atlassian.com.
I have tested these commands and they work for me.
curl \ -i -X POST \ -H "Content-Type: application/json" \ |
Response:
TTP/ 1.1 200 OK Server: nginx Date: Mon, 03 Feb 2014 05 : 57 : 27 GMT Content-Type: application/json Transfer-Encoding: chunked Connection: keep-alive X-Frame-Options: DENY P3P: CP= "This is not a P3P policy! See http://www.atlassian.com/company/privacy for more info." |
Use the given cookie __ATL_TOKEN for subsequent requests
curl \ -D- -X GET \
|
My question is about jira.atlassian.com. As I said I was using my Atlassian ID for HTTP Basic authentication and jira.atlassian.com REST API was working with it until end of January. But something has changed in February and now just for jira.atlassian.com site REST API with HTTP Basic authentication is returning 403 Forbidden response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The server at extranet.atlassian.com can't be found, because the DNS lookup failed. Can you provide another url?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will copy content from that page and paste it in a new answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, I've edited this question instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aargh, I mean this answer to the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, this is working for us as a workaround. But do you know the reason why normal HTTP Basic authentication is not working anymore for jira.atlassian.com?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm told that it's because Atlassian ID is now mandatory on this server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a problem with basic auth too. Got 401. I tried culr wget http python-request. Samples from https://developer.atlassian.com/jiradev/api-reference/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-basic-authentication don't work. Please help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you querying jira.atlassian.com, a local dev instance of JIRA or another instance?
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.
I found solution. I use email as login instead of username in jira. Please write this to doc file.
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.