Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have an application that uses Jira APIs to get data. Use to it used Basic Authentication and worked fine. Unfortunately, Jira revoked that ability. According to Jira I should use an API Token now. I created one under my account and tried to use it as a Bearer Token or as a password. Neither one works. What should I do?
Hello,
API token is not used as a bearer token.
You should use it with the basic authentication. Do everything like with basic authentication, but instead of the password, use the api token.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.