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

Simple Command Line Jira Client in Node.js

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

Tried to add an issue with a different project ID and it created it on my default project.

Hey, it would be really helpful if you could provide examples of what to provide the configuration creating script when one first runs `jira`. i.e I have no idea what's...

It looks like the config file is created if it doesn't exist but I'm receiving this error.

Executing `jira --list --details` gives me exactly the same output as `jira --list`. *Correction:* `jira -f PROJECT-1234 --details` does return the long description of the issue.

Definitely needs to be added to [node-jira](https://github.com/steves/node-jira) too.

enhancement

when i try any command I get ``` Error listing projects: Error: write EPROTO 140735168680704:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:782: ``` here is my config ``` { "user":"USER", "password":"PASS", "host":"acompany.atlassian.net", "protocol":"https:", "strictSSL": false,...

If jira's context path has been changed jira-cli fails. Please add a configuration option to prepend to all jira http api queries.

I'm not sure if it is hanging on purpose or what... but it could be useful for piping to properly exit the command.