toabctl / jiracli

Simple command line interface for Jira
GNU General Public License v3.0
152 stars 39 forks source link

Query Issue Status #43

Closed KBPratap closed 7 years ago

KBPratap commented 8 years ago

Is there a way to query the current-status of an issue? Something like - jiracli -i PROJECT-123 --issue-status similar to - jiracli -i PROJECT-123 --issue-comments

toabctl commented 7 years ago

@KBPratap The status is listed in the headline whn showing an issue:

$ jiracli  -i DOCUMENT-627
DOCUMENT-627, Improvement: Hiera / Puppet version compatibility (Resolved, Normal)
created              : Fri Dec 16 04:03:30 2016, by renflo
assignee             : jean
updated              : Wed Dec 21 17:02:45 2016
components           : Hiera, Puppet Language, Puppet Server
comments             : 1

Here the status is Resolved.

toabctl commented 7 years ago

Answered with https://github.com/toabctl/jiracli/issues/43#issuecomment-268976083 . Please reopen if this doesn't solve your problem.