jiracli icon indicating copy to clipboard operation
jiracli copied to clipboard

Simple command line interface for Jira

Results 18 jiracli issues
Sort by recently updated
recently updated
newest added

Hi, Some of the Jira REST API calls support an option not to trigger an email notification. Can this be added to the jiracli functionality? It's helpful when testing things....

enhancement

I get the editor (vim) and type a description, but it still fails. Looking further in the code I see that while the file is written with the description, the...

Could this jiracli support modifing exist jira issue's description?

enhancement

On my OS X install, this function was never able to see the content inserted by my editor (vim). I'm unsure of why, specifically, but opening another File object against...

Is there a plan for multiple accounts to be supported, I have a script/systemd that alerts me and i'm currently editing the config.ini in a loop. Alternatively the ability to...

enhancement
question

Hey, Nice utility. Just wondering if you encountered this error while testing: ``` UnicodeEncodeError: 'charmap' codec can't encode character u'\u2013' in position 175: character maps to . ``` I'm guessing...

bug

where to specify description ./jiracli -c PROJECT "Dev Bug" "my test summary" "abc,def" "xxx,yyyy"

enhancement

``` $ python -V Python 2.7.13 $ jiracli Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/jiracli", line 6, in from jiracli import main ImportError: cannot import name main ```

bug

I failed to create an issue with the following response: response text = {"errorMessages":[],"errors":{"customfield_10040":"Requestor is required.","customfield_10000":"Exco is required."}} Seems the customfields (10040, 10000) are required. But jiracli does not provide...

question