Releases: go-jira/jira
Releases · go-jira/jira
Version 1.0.17
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
Version 1.0.15
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
Version 1.0.13
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
1.0.12 - 2017-10-04
- add
{{env.VARNAME}}
template support to allow use of env vars [Cory Bennett] [4d74554]
Version 1.0.11
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]