Hey all
I am trying to create a Connection to JIRA in MS FLOW and PowerApps but in Flow I am getting
this:
Something went wrong. Please try again later.
and in PowerApps I am getting this:
{
"error": {
"code": 401,
"message": "Please check your credentials and try again.
.... some html ....
<title>Unauthorized (401)</title><p>Encountered a <code>"401 - Unauthorized"</code> error while loading this page.</p>\n Basic Authentication Failure - Reason : AUTHENTICATED_FAILED
"source": "europe-001.azure-apim.net",
"path": "choose\\otherwise",
"clientRequestId": "0fc0ddf9-63a9-4841-8cca-e79e15e9ce34"
}
}
Sessie-id: 6e17fb1f-a0bc-4fe0-95b8-fd2243364f13Note that I am admin on JIRA.
The instance I am trying is: https://jira.domainName.com
username is my account email address
and I have created an API token as well on https://id.atlassian.com/manage
Any suggestions please?
Thank you.