Skip to content

Releases: go-jira/jira

Release 0.1.2

30 Jun 06:13
Compare
Choose a tag to compare

0.1.2 - 2016-06-29

  • [#44] Close tmpfile before rename to work around "The process cannot access the file because it is being used by another process" error on windows. [Cory Bennett] [0980f8e]

Version 0.1.1

29 Jun 06:12
Compare
Choose a tag to compare

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

29 Jan 17:08
Compare
Choose a tag to compare

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

22 Jan 01:41
Compare
Choose a tag to compare

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

10 Dec 05:01
Compare
Choose a tag to compare

0.0.19 - 2015-12-09

  • fix jira trans TRANS ISSUE (case sensitivity issue), also go fmt [Cory Bennett] [3c30f3b]

Version 0.0.18

03 Dec 22:49
Compare
Choose a tag to compare

0.0.18 - 2015-12-03

  • need to default "quiet" to false [Cory Bennett] [4f4a89b]

Version 0.0.17

03 Dec 20:58
Compare
Choose a tag to compare

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

24 Nov 01:11
Compare
Choose a tag to compare

0.0.16 - 2015-11-23

  • jira edit should not require one argument (allow for --query) [Cory Bennett] [a1eb4a1]

Version 0.0.15

23 Nov 22:19
Compare
Choose a tag to compare

0.0.15 - 2015-11-23

  • [#17] print usage on missing arguments [Cory Bennett] [fd2a2fe]

Version 0.0.14

17 Nov 20:38
Compare
Choose a tag to compare

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]