Releases: go-jira/jira
Releases · go-jira/jira
Version 0.0.13
0.0.13 - 2015-09-19
- replace dead/deprecated
code.google.com/p/gopass
withgolang.org/x/crypto/ssh/terminal
for reading password from stdin (gopass did not work on Windows) [Cory Bennett] [909eb06]
Version 0.0.12
Version 0.0.11
Version 0.0.10
Version 0.0.9
0.0.9 - 2015-09-15
- use forked yaml.v2 so as to not lose line terminations present in jira fields [Cory Bennett] [f84e77f]
- adding a |~ literal yaml syntax to just chomp a single newline (again to preserve existing formatting in jira fields) [Cory Bennett] [f84e77f]
- for indent/comment allow for unicode line termination characters that yaml will use for parsing [Cory Bennett] [f84e77f]
- fix "edit" default option, change how defaults are dealt with for filters [Cory Bennett] [4265913]
- for edit template add issue id as comment, also add "comments" as comment so you can review the comment details while editing [Cory Bennett] [968a9df]
- add "comment" template filter to comment out multiline statements [Cory Bennett] [d664868]
- add getOpt wrappers to get options with defaults [Cory Bennett] [c0070cf]
- make --dryrun work [Cory Bennett] [d229ac1]
- refactor config/option loading so command options override settings in config files [Cory Bennett] [d229ac1]
- allow query options to be used on the "edit" command to iterate editing [Cory Bennett] [d229ac1]
- remove duplication for defaults [Cory Bennett] [f8c8ddf]
- use optigo for option parsing, drop docopt [Cory Bennett] [7bbd571]
- allow "abort: true" to be set while editing to cancel the edit operation [Cory Bennett] [ea67a77]
- if no changes are made on edit templates then abort edit [Cory Bennett] [e69b65c]
Version 0.0.8
0.0.8 - 2015-07-31
- Add --max_results option for 'ls' [Mike Pountney] [e06ff0c]
Version 0.0.7
Version 0.0.6
- allow --sort= to disable sort override [Cory Bennett] [701f091]
- fix default JIRA_OPERATION env variable [Cory Bennett] [82fd9b9]
- automatically close duplicate issues with "Duplicate" resolution [Cory Bennett] [ebf1700]
- set JIRA_OPERATION to "view" when no operation used (ie: jira GOJIRA-123) [Cory Bennett] [050848a]
- add --sort option to "list" command [Cory Bennett] [f359030]