Not working at get issue list and issue details apis responses with 0Auth (Bearer)

santhosh May 15, 2023

Hi Team,


We are facing issue at get issue list and issue details apis responses with 0Auth (Bearer)

Note - ( issue list and issue detail with base and api token working fine)

==================Not working With OAuth==================

https://api.atlassian.com/ex/jira/<Cloud ID>/rest/api/3/search


method : POST

{
"jql": "project = APPSUPPORT",
"startAt": 0,
"maxResults": 50
}

Header : Authorization Bearer OAuthToken

 

=========================================================

 

 

=============Worked with Basic Auth==============

https://<Domain>.atlassian.net/rest/api/3/search

POST

{
"jql": "project = IRS",
"startAt": 0,
"maxResults": 50
}
Header : Authorization Basic apitoken

===============================================

Can help me on OAuth 


- Get Issue list and issue Details apis with OAuth 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events