foxythemes / jira-cli

A jira user friendly command line client
https://jiracli.com
MIT License
204 stars 41 forks source link

Allow to select user when assigning an issue #50

Open lalit2054 opened 4 years ago

lalit2054 commented 4 years ago

Command - jira i <issueId> -a <user> Requirement - It should allow to present the list of users matching user parameter as most of the time we don't know the exact user name. The list to be presented as selectable options.

lalit2054 commented 4 years ago

I have created a Pull Request for the same. It is working perfectly fine for me. Kindly check and merge into master. PR https://github.com/foxythemes/jira-cli/pull/51