I am using client softwares (Talend, Boomerang), and API calls were working fine with no need of authorization.
Today they stopped working.
I am getting various of responses.
For https://my-url/rest/api/latest/project I get [].
For https://my-url/rest/agile/1.0/board? I get 401.
For https://my-url/rest/api/latest/issue/DT-2208 I get
I am trying to authenticate with generating Token API with no success.
I used to get 200 for all API calls.
Please help.
Hi @Isaac Many Welcome to the Atlassian Community!
Have you checked if you have permissions to view DT-2208 ? I hope you are using Confluence Server, did you try the same APIs using basic auth and what is the result ?
I don't have experience with these rest clients but most chrome and firefox extensions will use the cookies of your already existing session in case you don't specify the authentication method and fields,
Make sure you are connected to your Jira profile on Jira,
As for the API Token, step 1 of this tutorial might be of help : https://developer.atlassian.com/server/jira/platform/oauth/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.