toabctl / jiracli

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

Add --issue-assign flag; auto-assign when starting an issue #28

Closed torrancew closed 7 years ago

torrancew commented 8 years ago

This commit adds an --issue-assign flag, allowing a user to do the following:

jiracli --issue-assign EXAMPLE-1234 jdoe

It also adds functionality to assign a ticket to the current user upon starting the issue.

toabctl commented 8 years ago

@torrancew Great. Thanks a lot! Just a little comment but after that I'm fine with merging it.

toabctl commented 8 years ago

@torrancew one more thing - can you add an example to the README?

toabctl commented 8 years ago

@torrancew do you plan to work on that in the near feature? Shouldn't be much work left before we can merge it

torrancew commented 8 years ago

Apologies, I let this slip. Will update the README this week!

tom-lord commented 8 years ago

+1 This is a really important feature to include, thanks for adding it! Just waiting for the package release, now... :)

toabctl commented 7 years ago

Merged manually and adjusted a bit. Thanks a lot!