foxythemes / jira-cli

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

`jira issue $ISSUE_NAME` -> TypeError #56

Open ezracelli opened 4 years ago

ezracelli commented 4 years ago
~$ jira issue $ISSUE_NAME

  TypeError: Cannot read property 'length' of undefined

~$

Just took a very quick look at the source, maybe it's coming from

https://github.com/foxythemes/jira-cli/blob/f75d6eabd159cf777db6bd27bae5c0456f0df91d/src/issues.js#L287-L295