Skip to content

Releases: go-jira/jira

Version 0.0.13

19 Sep 07:19
Compare
Choose a tag to compare

0.0.13 - 2015-09-19

  • replace dead/deprecated code.google.com/p/gopass with golang.org/x/crypto/ssh/terminal for reading password from stdin (gopass did not work on Windows) [Cory Bennett] [909eb06]

Version 0.0.12

19 Sep 06:26
Compare
Choose a tag to compare

0.0.12 - 2015-09-18

  • fix exception from "jira create" [Cory Bennett] [9348a4b]
  • add some debug messages to help diagnose login failures [Cory Bennett] [1c08a7d]

Version 0.0.11

17 Sep 06:23
Compare
Choose a tag to compare

0.0.11 - 2015-09-16

  • add --version [Cory Bennett] [8385ee2]
  • fix command line parser broken in 0.0.10 [Cory Bennett] [15ae929]

Version 0.0.10

16 Sep 06:43
Compare
Choose a tag to compare

0.0.10 - 2015-09-15

  • allow for command aliasing in conjunction with executable config files. Issue #5 [Cory Bennett] [23590d4]
  • update usage [Cory Bennett] [ef7a57e]

Version 0.0.9

16 Sep 03:37
Compare
Choose a tag to compare

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

31 Jul 18:15
Compare
Choose a tag to compare

0.0.8 - 2015-07-31

  • Add --max_results option for 'ls' [Mike Pountney] [e06ff0c]

Version 0.0.7

01 Jul 17:24
Compare
Choose a tag to compare

0.0.7 - 2015-07-01

  • fix "take" command not honouring user option [Andrew Haigh] [8f1d2b9]
  • fix typo [Cory Bennett] [06f57fe]

Version 0.0.6

28 Feb 01:53
Compare
Choose a tag to compare
  • 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]

Version 0.0.5

22 Feb 18:34
Compare
Choose a tag to compare
  • handle editor having arguments [Cory Bennett] [7186fb3]
  • add more template error handling [Cory Bennett] [3e6f2b3]
  • allow create template to specify defalt watchers with -o watchers=... [Cory Bennett] [4db2e4e]
  • if config files are executable then run them and parse the output [Cory Bennett] [7a2f7f5]

Version 0.0.4

19 Feb 21:13
Compare
Choose a tag to compare
  • bump version [Cory Bennett] [1d76e8f]
  • add --template option to export-templates to export a single template [Cory Bennett] [343fbb6]
  • add "table" template to be used with "list" command [Cory Bennett] [8954ec1]