Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira cloud rest-api

Tim Cullis 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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