Hi,
I am trying to get projects from Jira Cloud using REST API. I have two projects, but JIRA returns no projects. Is there any trick I should follow?
I checked what I got from REST API using postman to find...
GET /rest/api/3/project/search
Status of server response is "200", and the response body is blow:
it seems that I failed to cut and paste API token correctly. After resetting API token, I am now able to get a project list through REST API.
One thing to be noted here is that JIRA does not respond with 401 or 403 even if the credential is not correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.