Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira cloud rest-api

Tim Cullis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 3, 2021

I have connected  to jira using an Azure logic app to get a list of projects,  that works & gives me an id of 10000 in the return payload for  a project i created

i then want to get a list of issues for that project, to do this, i think i need to use a native rest-api call to get the issues for a project. 

to test this, i am using postman.  However in postman i am not getting any data to return, but 200 response code

as an example, i am trying to get a list of projects,(postman) & i use  /rest/api/3/project/search, but i get an empty list ir "total": 0 is returned.

 

Any ideas why Azure logic app works and postman doesnt?

 

Kind regards

Tim

1 answer

0 votes
Martin Bayer [MoroSystems, s.r.o.]
Community Champion
February 3, 2021

Hi @Tim Cullis welcome on the community :).

Did you post complete query? The correct query should be:

  • https://{yourdomain}.atlassian.net/rest/api/3/search?jql=project=10000

for GET request

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events