Releases: go-jira/jira
Releases · go-jira/jira
Version 0.1.13
Version 0.1.12
0.1.12 - 2017-03-22
- Implement "browse" subcommand on Windows [Claus Brod] [ca333d8]
Version 0.1.11
Release 0.1.10
Version 0.1.9
Version 0.1.8
0.1.8 - 2016-11-24
- [#12] integrate with keyring for password storage and provide http basic auth credentials for every request since most jira services have websudo enabled with does not allow cookie based authentication [Cory Bennett] [b8a6e57]
- Cleaning up usage [Jay Shirley] [8add52b]
- Update usage [Jay Shirley] [b56e32a]
- use gopkg.in for links to maintain version compatibility [Cory Bennett] [1414d1f]
- golint [Cory Bennett] [44cdebf]
- add "rank" command allow ordering backlog issues in agile projects [Cory Bennett] [e4cc9c6]
- Adding a unixproxy mechanism [Jay Shirley] [5b9c0dd]
Version 0.1.7
Version 0.1.6
0.1.6 - 2016-08-21
- make "worklogs" command print output through template allow "add worklog" command to open edit template [Cory Bennett] [[cc3fbee](https://github.com/Netflix-Skunkworks/go-j
ira/commit/cc3fbee)] - remove extra newline at end of worklogs template [Cory Bennett] [d08ef15]
- adding worklog related templates [Cory Bennett] [ab1cd27]
0.1.5 - 2016-08-21
Version 0.1.4
0.1.4 - 2016-08-12
- when running "dups" on a Process Management Project type, you have to start/stop the task to resolve it [Cory Bennett] [2c91905]
- allow for defaultResolution option for transition command [Cory Bennett] [a328c2d]
- add "backlog" command for Kanban related Issues [Cory Bennett] [5d39b23]
- fix --noedit flag with "dups" command [Cory Bennett] [37c07fa]
- add "votes" and "labels" to default view template [Cory Bennett] [6f73b8c]
- add "blockerType" config param, for issueLinkType use for "blocks" command [Cory Bennett] [30fd301]
- update gitter room [Cory Bennett] [4b822b1]
- default issuetype to "Bug" for project that have Bug, otherwise try "Task" [Cory Bennett] [0c807b4]
- make view template only show fields that have values [Cory Bennett] [8238fe8]
- make default create template only display fields if they are valid fields for the project [Cory Bennett] [adc2ace]
- ignore empty json fields when processing templates [Cory Bennett] [f5f3e28]
- allow JIRA_LOG_FORMAT env variable to control log output format [Cory Bennett] [469def0]
- remove extraneous debug [Cory Bennett] [752a94d]
- add logout command modify password prompt to echo masked password [Cory Bennett] [8ad91be]
- tweak cookies to store hostname dump all http request/response with --verbose [Cory Bennett] [f93fe79]
- load configs in order of closest to cwd (/etc/go-jira.yml is last) [Cory Bennett] [f54267b]