In FreeIPA project we use pagure API for various tasks one of those is to do searches equivalent e.g. to:
This cannot be done in API - GET /api/0/<repo>/issues can filter only by status, tags, assignee, author. So our only option now is to get all issues and then filter manually which is very slow given that it can fetch up to 6000 issues.
GET /api/0/<repo>/issues
Metadata Update from @lslebodn: - Issue tagged with: IDM
Metadata Update from @pingou: - Issue tagged with: RFE
Metadata Update from @pingou: - Issue assigned to pingou
Commit eb3bbcee fixes this issue
Thanks pingou.