I can't get OAuth to work with Jira

Hey,

The company I work for creates integration software and we wanted to add Jira support to our tool.

I did everything the way I usually do for other OAuth APIs but it does not work, maybe it is because of the state which I don’t understand what it does and I can’t seem to access the link where it is explained or maybe it’s something else.

When I run it on my browser it works fine but when I use it with our tool I get this error:

"## Something went wrong

Raise a support request.

Information for the owner of JiraTest

This app has not requested any supported Atlassian scopes. Check the authorization URL for your app and ensure that it includes valid scopes. "

Can someone help me?

Thank you!

Hi @BernardoCoSo ,

The error message indicates that the scopes aren’t included in the authorization URL. You need to include the scopes while you’re integrating OAuth 2.0 with the authorization URL. Please refer to the article below for more information on scopes:

Scopes for OAuth 2.0 (3LO) and Forge Apps

2 Likes

Thank you so much, I had a typo in the scopes and I was looking at the wrong place.