pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.95k stars 863 forks source link

Add `jira.search_filter` functionality #1866

Open beliaev-maksim opened 4 months ago

beliaev-maksim commented 4 months ago

Problem trying to solve

Hello, there is a new API endpoint that can server filter search, to retrieve filter IDs. Is there any plan for extending the project with this functionality ?

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters/#api-rest-api-3-filter-search-get

Possible solution(s)

I propose to implement it in the same way as search_issues, including pagination, since by default it will return only 50 results

Alternatives

No response

Additional Context

No response