jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

A jira user friendly command line client

Results 45 jira-cli issues
Sort by recently updated
recently updated
newest added

``` ~$ 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

When trying to assign an issue I get the following error: ``` Error: 'accountId' must be the only user identifying query parameter in GDPR strict mode. ``` A small change...

There are some pending fixes; it would be great to get them released.

Hi, For me, it is very usefull to see the description of task, so I have added it to issue table

Modified the issue list display as selectable. Selecting a issue will display the summary.

Command - `jira i -a ` Requirement - It should allow to present the list of users matching user parameter as most of the time we don't know the exact...

I have added custom jira port configuration as required for my jira portal. Changes added are - 1. Added question to provide custom jira port 2. Added option to set...

`request-promise` can allow insecure connections with option `insecure: true` - https://github.com/request/request-promise/issues/225