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
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am still not able to get output from the search api. Please help me.
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bit late to the party - but look at this solution https://community.atlassian.com/t5/Jira-questions/Re-Re-JIRA-REST-API-how-to-retrieve-issues-of-a-speci/qaq-p/964057/comment-id/309237#M309237
The key is to use /rest/api/2/search....
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.