You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
Header : Authorization Bearer OAuthToken
=========================================================
=============Worked with Basic Auth==============
https://<Domain>.atlassian.net/rest/api/3/search
POST
===============================================
Can help me on OAuth
- Get Issue list and issue Details apis with OAuth