#4312 RFE: support query`owner=!orphan`
Closed: Fixed by pingou. Opened by petersen.

Apparently query.py supports negated queries for tag and assignee.
This would be really useful for owner too, and maybe also for user.

eg in Fedora pagure one could then query for owner=!orphan to list packages which are not orphaned, etc. (Not sure if owner or user is more important here, but I suspect owner?)


Metadata Update from @pingou:
- Issue tagged with: RFE

Metadata Update from @pingou:
- Issue set to the milestone: 5.5

Apparently query.py supports negated queries for tag and assignee.

It does but only for tickets, which means:

Fedora pagure one could then query for owner=!orphan to list packages which are not orphaned

will not work, or we would have to make it work for projects in addition to issues.

Metadata Update from @pingou:
- Issue assigned to pingou

I've added support for this, it will work only via the API but I think it's fine.

Commit fd713671 fixes this issue

Thank you

When could one expect it to be deployed for src.fedoraproject.org ?

Metadata
Related Pull Requests