Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Feature: Implement issue --assignee @nobody #903

@pdl

Description

@pdl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions