E46C feature request: teach `git issue list` to filter by assignee · Issue #107 · dspinellis/git-issue · GitHub
[go: up one dir, main page]

Skip to content

feature request: teach git issue list to filter by assignee #107

@SebKuzminsky

Description

@SebKuzminsky

This is a re-request of #37.

It would be useful to be able to list only issues assigned to specific users (maybe something like git issue list -A seb), or to list unassigned issues (not sure how to express this on the command line, maybe git issue list -A ''). We can sort of do this now but it's not very ergonomic:

$ PAGER='' git issue list -l '%i\t%D\t(%A)'
0fe36b7 learn how to use git-issue in a team    (someone_else@team.org )

c9cd471 figure out "git issue assign"   (seb@ )


$ git issue list -l '%i\t%D\t(%A)' | grep seb
c9cd471 figure out "git issue assign"   (seb@ )

Another workaround would be to use tags rather than assignees to assign users to issues, since we can filter the list based on tags, but that feels more wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0