-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
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
Labels
No labels