Hello,
I am able to successfully create an issue by passing the username and password as shown below:
curl -D- -u myusername:mypassword -X POST --data '{ "fields": {"project": {"key": "TEST"},"summary": "Test Summary 1 2 3...","issuetype": {"name": "Task"}}}' -H "Content-Type: application/json"https://dbxbizanalytics.atlassian.net/rest/api/2/issue/
but when I pass in the auth headers instead of the password, I get AUTHENTICATED_FAILED. Here's the call:
curl -D- -X POST --data '{ "fields": {"project": {"key": "TEST"},"summary": "Test Summary 1 2 3...","issuetype": {"name": "Task"}}}' -H "Content-Type: application/json"https://dbxbizanalytics.atlassian.net/rest/api/2/issue/
Any help is appreciated. Thanks!
Srinivas.