Releases: go-jira/jira
Releases · go-jira/jira
Release 0.1.2
Version 0.1.1
0.1.1 - 2016-06-28
- use USERPROFILE instead of HOME for windows, rework paths to use filepath.Join for better cross platform support [Cory Bennett] [adcedc4]
- Include templates from a system path [Mike Pountney] [cf10f53]
- Added support for the
expand
option for Issues [tobyjoe] [fb4afc9] - change for api changes to go-logging [Cory Bennett] [7bfc6e8]
- Fix issuetype calls adding URL escaping [Jonathan Wright] [e4a25e2]
Version 0.1.0
0.1.0 - 2016-01-29
- Fixes #32 - make path to cookieFile if it's not present [Mike Pountney] [[6644579](https://github.com/Netflix-Skunkw
orks/go-jira/commit/6644579)] - Add component/components support: add and list for now. [Mike Pountney] [d7b3226]
- Tweak the CmdWatch contract and add watcher remove support [Mike Pountney] [383847a]
- Amend vote/unvote to be vote/vote --down [Mike Pountney] [797edef]
- Add 'vote' and 'unvote' [Mike Pountney] [c95e66e]
Version 0.0.20
0.0.20 - 2016-01-21
- [issue #28] check to make sure we got back issuetypes for create metadata [Cory Bennett] [ee0e780]
- Add insecure option for TLS endpoints [Brian Lalor] [6a88bb9]
- Correct naming of parameter: set/add/remove are actions. [Mike Pountney] [303784f]
- Tweak CmdLabels args so that magic happens with CLI [Mike Pountney] [40a7c65]
- Expose ViewTicket as per FindIssues [Mike Pountney] [8977f3d]
- Add exposed versions of getTemplate and runTemplate [Mike Pountney] [da6cbd5]
- Add 'labels' command to set/add/remove labels [Mike Pountney] [230b52d]
- Add a 'join' func to the template engine [Mike Pountney] [a7820fe]
- make "jira" golang package, move code from jira/cli to root, move jira/main.go to main/main.go [Cory Bennett] [7268b9e]
Version 0.0.19
0.0.19 - 2015-12-09
- fix jira trans TRANS ISSUE (case sensitivity issue), also go fmt [Cory Bennett] [3c30f3b]
Version 0.0.18
0.0.18 - 2015-12-03
- need to default "quiet" to false [Cory Bennett] [4f4a89b]
Version 0.0.17
0.0.17 - 2015-12-03
- add --quiet command to not print the OK .. add --saveFile option to print the issue/link to a file on create command [Cory Bennett] [c9ac162]
- fix overrides [Cory Bennett] [eaddfe6]
- add abstract request wrapper to allow you to access/process random apis supported by Jira but not yet supported by go-jira [Cory Bennett] [90ef56a]
Version 0.0.16
0.0.16 - 2015-11-23
- jira edit should not require one argument (allow for --query) [Cory Bennett] [a1eb4a1]
Version 0.0.15
Version 0.0.14
0.0.14 - 2015-11-17
- s/enpoint/endpoint/g [Oliver Schrenk] [c5d251d]
- Implement dateFormat template command [Mike Pountney] [68d3bae]
- Add 'updated' field to default queryfields. [Mike Pountney] [91e2475]
- Fix export-templates option (typo) [Mike Pountney] [4d7fdb8]
- when yaml element resolves to "\n" strip it out so we dont post it to jira [Cory Bennett] [47ced2f]
- print PUT/POST data when using --dryrun to help debug [Cory Bennett] [618f245]