Not able to get issues from the filter using rest api

Vidhi_Jain December 25, 2019

Hi,

I want the filtered issues from the saved filter JQL. below is the API url:

https://thewarrantygroup.atlassian.net/rest/api/3/search

I have added query parameter:   jql=filter=37735

and authorization token as header with GET parameter.

But I did not find get any data.

{"startAt": 0,"maxResults": 50,"total": 0,"issues": [],}

Please help me to get issue data using Rest Api rest_client.JPG

2 answers

2 votes
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 25, 2019

Hi @Vidhi_Jain 

Just to confirm did you check by type the REST API resource url in your browser while you are logged in?

Something like this.

rest/api/3/search?jql=filter=10007

It will then return the JSON.

How are you calling the REST end point? May be if you can share the code then we can take take a look.

Ravi

Vidhi_Jain December 25, 2019

Hi @Ravi Sagar _Sparxsys_ Ravi, Thanks for reply.

Actually My ultimate purpose is to connect excel with JIRA rest api to get live data.

Yes, I am getting json results when I am hitting the below url:

/rest/api/3/search?jql=filter=37735

To get the same data on excel, I am using Power query from web in excel.

There I set the above said configuration.

Vidhi_Jain December 30, 2019

I am still not able to get output from the search api. Please help me.

 

Thanks in advance.

Ulrich Kuhnhardt _IzymesCo_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
February 24, 2022
0 votes
Vidhi_Jain December 26, 2019

rest_client.JPG

Suggest an answer

Log in or Sign up to answer