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

``` sh jira -t XXXX-9999 ``` ``` TypeError: Object # has no method 'sort' at /usr/local/lib/node_modules/jira-cli/lib/jira.js:55:19 at /usr/local/lib/node_modules/jira-cli/lib/jira-cli.js:154:18 at Request._callback (/usr/local/lib/node_modules/jira-cli/node_modules/jira/lib/jira.js:1255:17) at Request.self.callback (/usr/local/lib/node_modules/jira-cli/node_modules/jira/node_modules/request/main.js:127:22) at Request.EventEmitter.emit (events.js:98:17) at Request. (/usr/local/lib/node_modules/jira-cli/node_modules/jira/node_modules/request/main.js:767:16)...

This pull request is an attempt to close various reported bugs, implement remaining missing features, and release version 1.0 of the jira-cli tool.

When I try to transition a issue ``` jira -t PROJ-123 ``` I get the following error: ``` TypeError: Object # has no method 'sort' at /usr/local/lib/node_modules/jira-cli/lib/jira.js:55:19 at /usr/local/lib/node_modules/jira-cli/lib/jira-cli.js:154:18 at...

``` $ jira ls Error in the JQL Query: The character '.' is a reserved JQL character. You must enclose it in a string or use the escape '\u002e' instead....

to see which version you have installed.

lclotman@dev01 /var/ci/stuport_app [master *] ± % jira -a !4784 Project (Enter for Default/? for list) [STUPORT] : Summary: test Description: foo Error listing issueTypes: Error: Parse Error lclotman@dev01 /var/ci/stuport_app [master...

It would be great if this would allow for the viewing of the description with or without comments of each individual issue. This is available through the rest api at...

Add config options to the json config that solves this?

enhancement

It would be nice to be able to automatically pull up and work on an issue without having to list and then modify it that way.

enhancement