dspinellis / git-issue

Git-based decentralized issue management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add options for querying issues

dspinellis opened this issue · comments

By default git issue foo would list open issues tagged, milestoned or assigned as foo. New options would allow more precise selection.

  • -A assignee
  • -T tag
  • -M milestone
  • -c (closed issues)
  • -a (all — open and closed — issues)
  • Multiple selection options would be anded together

See also issue #42.

WE now support -a and queries for a tag or milestone. Implemented by @vyrondrosos as part of GSoC 2019.