Skip to content

Releases: go-jira/jira

Version 1.0.17

16 Apr 02:31
Compare
Choose a tag to compare

1.0.17 - 2018-04-15

  • fix IsTerminal usage for windows [Cory Bennett] [7f9595c]
  • [#166] fix issue when editing templates specified with full path [Cory Bennett] [d787ac0]
  • only prompt on logout if stdin and stdout are terminals [Cory Bennett] [09a61c3]
  • [#163] fix url path join logic [Cory Bennett] [9146346]
  • [#160] prompt when api-token is invalid to get new token [Cory Bennett] [e639cce]
  • [#157] add password-directory: path to allow overriding PASSWORD_STORE_DIR from configs [Cory Bennett] [06b26c9]
  • [#160] allow jira logout to delete your api-token from keychain [Cory Bennett] [bd3cf99]

Version 1.0.16

01 Apr 19:12
Compare
Choose a tag to compare

1.0.16 - 2018-04-01

  • [#159] fix slice bounds out of range error in abbrev template function [Cory Bennett] [359bec2]
  • [#158] always print usage to stdout [Cory Bennett] [79c83f6]

Version 1.0.15

08 Mar 19:52
Compare
Choose a tag to compare

1.0.15 - 2018-03-08

  • [#147] [#148] add support for api token based authentication [Cory Bennett] [edb0662]
  • refactor to simplify main [Cory Bennett] [43ebc84] [0d7c1a7]
  • [#145] fix to match AuthProvider interface [Cory Bennett] [80325a5]
  • [#141] better handling in responseError for non-json error responses [Cory Bennett] [20a9666]
  • Update unexportTemplates.go [GitHub] [6da9974]
  • [#139] add shellquote and toMinJson template functions [Cory Bennett] [8c7ca38]
  • [#137] update kingpeon dep to allow access to dynamic command structure [Cory Bennett] [425fa63]
  • field name is "comment" not "comments" [Cory Bennett] [464742c]

Version 1.0.14

04 Nov 22:34
Compare
Choose a tag to compare

1.0.14 - 2017-11-04

  • [#131] fix parsing global options before command execution (allow unixproxy/socksproxy to be set in config.yml) [Cory Bennett] [042bc48]
  • add/update deps [Cory Bennett] [a2e36e8]
  • add support for using socks proxy [onionjake] [ff985f9]

Version 1.0.13

28 Oct 22:14
Compare
Choose a tag to compare

1.0.13 - 2017-10-28

  • fix transition command [Cory Bennett] [9597f9b]
  • fix default values to load after parsing configs [Cory Bennett] [c9b5054]
  • add test to make sure IssueType.Fields does not disappear on regeneration [Cory Bennett] [3966def]
  • add tests for validating changes to auto-generated jiradata files [Cory Bennett] [41d1a7c]
  • Fix typo in 'logout' command help [Cory Bennett] [9000777]
  • Add URL escaping to an additional issuetype call [Cory Bennett] [7bfa241]
  • Add --resolution option [Cory Bennett] [e6600cf]
  • Create Metadata Not Populated Correctly [Dillon Buchanan] [093c510]
  • add regexReplace template function [Dirk Heilig] [d3e294e]

Version 1.0.12

04 Oct 15:02
Compare
Choose a tag to compare

1.0.12 - 2017-10-04

  • add {{env.VARNAME}} template support to allow use of env vars [Cory Bennett] [4d74554]

Version 1.0.11

27 Sep 05:53
Compare
Choose a tag to compare

1.0.11 - 2017-09-26

  • [#115] fix transition template for description [Cory Bennett] [986cc78]
  • update edit command to set queryFields on search to match what is used in template [Cory Bennett] [3913726]
  • fix edit with query loop, allow continuation when not submitting previous issue [Cory Bennett] [0ba8aa0]
  • fix edit when priority is not set [Cory Bennett] [098eb99]
  • flatten CommandRegistry list to make it more readable [Cory Bennett] [2ddaed2]

Version 1.0.10

18 Sep 07:57
Compare
Choose a tag to compare

1.0.10 - 2017-09-18

  • clean up usage formatting, print aliases [Cory Bennett] [9f433ac]
  • fix edit [Cory Bennett] [4c6b36c]
  • fix named query template expansion [Cory Bennett] [a8eaa97]
  • fix usage message [Cory Bennett] [cd3cfd8]

Version 1.0.9

17 Sep 23:34
Compare
Choose a tag to compare

1.0.9 - 2017-09-17

  • need issuetype to use the default list table template now [Cory Bennett] [3e8b9bd]
  • [#102] add issuetype into the default queryfields and add it to the default table list template [Cory Bennett] [c9d8dfb]

Version 1.0.8

17 Sep 22:40
Compare
Choose a tag to compare

1.0.8 - 2017-09-17

  • [#100] add support for posting, fetching, listing and removing attachments [Cory Bennett] [66eb7bf]