toabctl / jiracli

Simple command line interface for Jira
GNU General Public License v3.0
152 stars 39 forks source link

create_issue: support assigning new issues to an epic #32

Closed jjmcdn closed 4 years ago

jjmcdn commented 8 years ago

An API exists to assign issues to an epic. The most convenient time to do this is when creating a new issue, so add a new positional parameter to create-issue before Summary. This seems to be a logical place to put it since the first two parameters are "project" and "type" and after that the parameters become free-form or m:n relationships.

Signed-off-by: Joe MacDonald joe_macdonald@mentor.com

toabctl commented 8 years ago

Hm. Not sure about reordering the arguments. Sounds logical but changes the interface. So you must at least update the README and reflect the new change there. Also a --epic-list param would be nice but that's for another commit.

toabctl commented 7 years ago

still interessted in this?

toabctl commented 4 years ago

Closing given the age of the PR. Feel free to reopen if you want.