You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can connect to the Jira API using a curl using the Authorization Bearer like this: curl -vH "Authorization: Bearer abcdefghabcdefghijklabcdefghijklabcdefghijkl" https://myjiraserver.com/jira/rest/api/2/project
The error is:
Unable to retrieve information from JIRA. Possible causes: - The JIRA Integration plugin settings are invalid. You might have specified email instead of username. - You do not have enough permissions in JIRA.
From what I can see, the problem is that the API Token is used to compute an Authorization Basic.
Can you allow us to keep the "email or username" field empty and in this case:
Use the value in the "API Token or Password" as an API Token
Use the provided API Token as HTTP Header Authorization: Bearer
Thank you.
The text was updated successfully, but these errors were encountered:
I can connect to the Jira API using a curl using the Authorization Bearer like this:
curl -vH "Authorization: Bearer abcdefghabcdefghijklabcdefghijklabcdefghijkl" https://myjiraserver.com/jira/rest/api/2/project
The Bearer token was created like this: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
When I configure the Jira Plugin in ReadyAPI (pro), I'm forced to specify "email or username".
I can then provide an API Token
and the Jira server URL
I tried with both my username and my email address (seen in my Jira Profile), my valid API token and the server address.
This fails.
Here is an abstract from the "HTTP Log" for a trial with my username (USER1), my API token and the server address https://myjiraserver.com/jira/
The error is:
Unable to retrieve information from JIRA. Possible causes: - The JIRA Integration plugin settings are invalid. You might have specified email instead of username. - You do not have enough permissions in JIRA.
From what I can see, the problem is that the API Token is used to compute an Authorization Basic.
Can you allow us to keep the "email or username" field empty and in this case:
Thank you.
The text was updated successfully, but these errors were encountered: