Brian Brownton
Brian Brownton

Reputation: 1331

Github: find issues where assignee IS NOT a specific user

How do I filter the issue list where the assignee IS NOT a specific user? Something like assignee:!userA (although that doesn't work).

Upvotes: 0

Views: 147

Answers (1)

dspano
dspano

Reputation: 1640

It looks like you can use the "-" as in -assignee:userA

More info on Filter Qualifiers Based On Exclusion

Upvotes: 2

Related Questions