Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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 

1 comment

santhosh May 16, 2023

Hi team, any idea regarding above issue. please comment and tell us any solution

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events