You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Describe the feature or problem you'd like to solve
As a developer, I would like to find issues which are not assigned to anyone so that I can pick up new issues
Propose a Solution glab issue --assignee @nobody should find issues with no assignee, by analogy with #483
Additional context
I have tried --not-assignee somebody --not-assignee somebodyelse and they don't seem to combine; the last one takes precedence.
The search which produces this result is glab api /projects/:id/issues/?assignee_id=None - would be great if we could just pipe that into glab issue list.
Describe the feature or problem you'd like to solve
As a developer, I would like to find issues which are not assigned to anyone so that I can pick up new issues
Propose a Solution
glab issue --assignee @nobodyshould find issues with no assignee, by analogy with #483Additional context
I have tried
--not-assignee somebody --not-assignee somebodyelseand they don't seem to combine; the last one takes precedence.The search which produces this result is
glab api /projects/:id/issues/?assignee_id=None- would be great if we could just pipe that intoglab issue list.