Ability to Jira server REST APIs with OAuth 2.0

Hi all,
I would like to know if we can use OAuth 2.0 as authentication method for Jira Server APIs. Currently Im able to authenticate using basic Auth only. Just want to confirm if in any way OAuth 2.0 can be used.

You need to use Application Links - Link to other applications | Administering Jira applications Data Center and Server 9.5 | Atlassian Documentation

Since Jira 8.22 OAuth 2.0 available for integration.

Otherwise you can you Personal Access Token with Bearer Authorization in HTTP header.

1 Like