Skip to content

Releases: go-jira/jira

Version 1.0.7

15 Sep 07:38
Compare
Choose a tag to compare

1.0.7 - 2017-09-15

  • [#87] add various commands for interacting with epics [Cory Bennett] [893454f]

Version 1.0.6

13 Sep 19:37
Compare
Choose a tag to compare

1.0.6 - 2017-09-13

  • tweaks for templates in named queries to work better [Cory Bennett] [00cba79]
  • [#99] add support for named queries to be stored in configs [Cory Bennett] [fb43753]
  • [#98] add --status option for JQL filter on status with list command [Cory Bennett] [5da04c1]

Version 1.0.5

11 Sep 07:19
Compare
Choose a tag to compare

1.0.5 - 2017-09-11

  • use --gjq for GJson Query to filter json response data [Cory Bennett] [608e586]
  • fix field tag syntax [Cory Bennett] [2c552ac]
  • add '{{jira}}' template macro to refer to path of currently running jira command [Cory Bennett] [941824d]

Version 1.0.4

09 Sep 01:55
Compare
Choose a tag to compare

1.0.4 - 2017-09-08

  • update deps for kingpeon
  • update use os.exec instead of syscall.exec for windows [Cory Bennett] [86b963b]

Version 1.0.3

07 Sep 06:25
Compare
Choose a tag to compare

1.0.3 - 2017-09-06

  • [#66] add --started option to jira worklog add to change the start time for worklog [Cory Bennett] [e6faee1]
  • [#45] automatically add comment to issue even if transition does not support comment updates during transtion [Cory Bennett] [c4be59c]

Version 1.0.2

06 Sep 19:13
Compare
Choose a tag to compare

1.0.2 - 2017-09-06

  • update dependencies [Cory Bennett] [aa876cd]
  • update for github.com/AlecAivazis/survey => gopkg.in/AlecAivazis/survey.v1 package [Cory Bennett] [9453179]
  • use stdout to determin output terminal size [Cory Bennett] [4d79af4]

Version 1.0.1

06 Sep 07:07
Compare
Choose a tag to compare

1.0.1 - 2017-09-06

  • [#13] change default input syntax to not require escaping for special characters [Cory Bennett] [1106558]

Version 1.0.0

06 Sep 06:54
Compare
Choose a tag to compare

Major Version Change

This version is a major rewrite. The v0 -> v1 does not indicate stability, just a massive change. For changes that users will immediately notice please checkout the README

Changelog

1.0.0 - 2017-09-05

  • fix build for windows [Cory Bennett] [1b854da]
  • change the default log output format [Cory Bennett] [f1b8c64]
  • tweak auto-login so it does not print the standard jira login command output [Cory Bennett] [49f6cdc]
  • add --quiet global option [Cory Bennett] [c226077]
  • refactor to allow for --insecure and --unixproxy arguments [Cory Bennett] [c0358eb]
  • handle html response on expired cookies (require X-Ausername header to always be present) [Cory Bennett] [21920c5]
  • allow login prompt to be interrupted [Cory Bennett] [7ab6c22]
  • fmt -> log typo [Cory Bennett] [bccf09f]
  • make ~/.jira.d directory if not already present [Cory Bennett] [e72479c]
  • fix go vet [Cory Bennett] [e04b506]
  • fix tests [Cory Bennett] [ba35f55]
  • add OK printf [Cory Bennett] [dc02181]
  • change --method to use -M for backwards compat [Cory Bennett] [b120c0b]
  • add resolution to dup'd issues when necessary [Cory Bennett] [2638396]
  • call correct function for labels remove|set commands [Cory Bennett] [ad1a62a]
  • data argument is optional (for GET and DELETE requests) [Cory Bennett] [4b60313]
  • fix usage, overrides not serialized correctly [Cory Bennett] [84119a2]
  • fix jira ISSUE-123 command line parsing [Cory Bennett] [fa4ac25]
  • add logger object to jiracmd [Cory Bennett] [aed952b]
  • refactor for GlobalOptions and CommonOptions [Cory Bennett] [979da1f]
  • move commands from jiracli package to jiracmd package [Cory Bennett] [0a5510b]
  • use jiracli.Error object to disambiguate between kingpin errors and cli errors [Cory Bennett] [fb1bfeb]
  • fix stray newline for list table template [Cory Bennett] [36c26c5]
  • fix dynamic table output when not on tty [Cory Bennett] [3942f6f]
  • when using --verbose set the JIRA_DEBUG environment variable so custom-commands can auto enable verbose output [Cory Bennett] [da9a2b2]
  • make jira ISSUE-123 usage call jira view ISSUE-123 [Cory Bennett] [ec0858b]
  • integrate kingpeon library to allow for custom commands via configuration [Cory Bennett] [301a61f]
  • use terminal width to adjust list table output [Cory Bennett] [2a081dd]
  • set yaml/json tags for option structs [Cory Bennett] [f52d2c4]
  • update generated data files [Cory Bennett] [c89f11d]
  • automatically login when anonymous user detected [Cory Bennett] [21add54]
  • refactor trivial objects in favor of arguments to static functions [Cory Bennett] [1f345ce]
  • set JIRA_OPERATION when parsing configs. Use figtree config types for options to make defaulting work [Cory Bennett] [5716a7c]
  • add better handing for usage error [Cory Bennett] [b235dcc]
  • adding request command, removing dead code [Cory Bennett] [56b1c9d]
  • adding Do required for request language [Cory Bennett] [a1c2849]
  • add browse command and implement -b option for most operations [Cory Bennett] [a91b9d5]
  • fix IssueAssign [Cory Bennett] [f32cc70]
  • merge in update for upstream changes #104 [Cory Bennett] [19d8686]
  • add export-templates command [Cory Bennett] [abaad56]
  • add issuetypes command [Cory Bennett] [da39323]
  • add components command [Cory Bennett] [0bd3ca2]
  • add component add command [Cory Bennett] [cc90610]
  • add take, unassign and assign|give commands [Cory Bennett] [959524a]
  • adding labels [add|set|remove] commands [Cory Bennett] [9161861]
  • add comment command [Cory Bennett] [f0b08c5]
  • add watch command [Cory Bennett] [ec0ac3c]
  • add rank ISSUE after|before ISSUE command [Cory Bennett] [8b863d2]
  • add vote command [Cory Bennett] [a08c92f]
  • add issuelinktypes command [Cory Bennett] [37f81a4]
  • add issuelink command [Cory Bennett] [aacc9f4]
  • fix closing duplicate issue on dup command [Cory Bennett] [fc696c3]
  • rewrite checkpoint [Cory Bennett] [36632a5]

Version 0.1.15

26 Aug 05:18
Compare
Choose a tag to compare

0.1.15 - 2017-08-25

  • merge in edit template changes from v1 branch #105 [Cory Bennett] [21dec2d]
  • Handle keyring.ErrNotFound error instead of panicing. [Will Rouesnel] [338cc4d]
  • Use name field for fix version name value. Fixes #89 [Bryan Baugher] [fde82b2]

Version 0.1.14

10 May 16:07
Compare
Choose a tag to compare

0.1.14 - 2017-05-10

  • fix unsafe casting for --quiet flag [Cory Bennett] [6f29f43]
  • [#80] add jira unassign ISSUE and jira give ISSUE --default commands [Cory Bennett] [03d8633]