I read somewhere that Atlassian not more support API auth via user/pwd.
Basic authentication with passwords and cookie-based authentication are now deprecated and disabled.
"The deprecation period for this functionality has ended. From June 3rd, 2019, we will be progressively disabling the usage of this authentication method" - https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/
You can use Basic Authentication with tokens instead of credentials.
Hello, trying to configure PrismX, I get this error while trying to Test connection:
401 Client Error: Unauthorized for url: https://xxxx.atlassian.net/rest/api/2/issue
I read somewhere that Atlassian not more support API auth via user/pwd.
Basic authentication with passwords and cookie-based authentication are now deprecated and disabled. "The deprecation period for this functionality has ended. From June 3rd, 2019, we will be progressively disabling the usage of this authentication method" - https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/ You can use Basic Authentication with tokens instead of credentials.
How I can get Jira working on PrismX? Thank you!