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.