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
I am trying to get all projects using rest api rest/api/2/project/search and it is returning empty array as response even though I have given permission to lead and my user to browse project. I am using api token for authentication
Welcome to the community!!
Please check this doc: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get
What is the response when you simply paste it into browser and search?
Hi,
I am getting {"self":"https://xxx.atlassian.net/rest/api/3/project/search?maxResults=50&startAt=0","maxResults":50,"startAt":0,"total":0,"isLast":true,"values":[]}.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, you don't get project list as a response in browser. I also assume that you can succesfully view projects in Jira UI?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.