Page 1 of 1

Getting All Issues by Rest Api

Posted: 17 May 2019, 05:21
by shanthini.g
when we try to get All issues using Rest Api it takes more time than expected .The accepted parameters for api are only 'page_size' and 'page' . Is there any more possibilities to filter the response body by using 'Summary' as parameter ? It Would be helpful for time saving and querying .Thanks in Advance

Re: Getting All Issues by Rest Api

Posted: 17 May 2019, 16:10
by atrol
Filtering by Summary is not possible.
You can filter by project_id or filter_id

Re: Getting All Issues by Rest Api

Posted: 23 Mar 2020, 20:08
by vboctor
For reference, project_id and filter_id fields are also supported.

Re: Getting All Issues by Rest Api

Posted: 14 Dec 2020, 15:18
by gpardi
Would be nice to have date filter (submitted and updated). It's important to get previous month or last week issues.... for example.