Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Basic authentication with passwords is deprecated.

Deleted user August 15, 2021

curl --request GET \
--url 'https://ibm.atlassian.net/rest/api/2/issues/xxxxxxxxxxxxx' \
--user ' xxx@company.com: <Token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'

 

Getting response like this.


Basic authentication with passwords is deprecated. For more information, see: https://confluence.atlassian.com/cloud/deprecation-of-basic-authentication-with-passwords-for-jira-and-confluence-apis-972355348.html

 

 

Please suggest what is my link format..

 

My actual JIRA project URL has https://jiracloud.swg.usma.<company name>.com:<port>/browse.

 

When I try with curl it is not working.Please suggest on this .Thank you

1 comment

Comment

Log in or Sign up to comment
Martin Bayer _MoroSystems_ s_r_o__
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2021

Hi @[deleted] more informtion about deprecating basic auth with password is here: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/

THere is also a paragraph with "how to" create and use tokens on Atlassian Cloud.

Deleted user August 16, 2021

can you please suggest on the link format.

https://jiracloud.swg.usma.<company name>.com:<port>/jira/rest/api/2/issues/<issue id>

will this format works ? or it is something else.

TAGS
AUG Leaders

Atlassian Community Events