Skip to content

Releases: go-jira/jira

Version 0.1.13

24 Apr 18:09
Compare
Choose a tag to compare

0.1.13 - 2017-04-24

  • work around github.com/tmc/keyring compile error for windows [Cory Bennett] [85298e9]
  • Added generic issuelink command [David Reuss] [cc54d11]
  • Added --start parameter for pagination on results [David Reuss] [9b94d9e]

Version 0.1.12

23 Mar 05:37
Compare
Choose a tag to compare

0.1.12 - 2017-03-22

  • Implement "browse" subcommand on Windows [Claus Brod] [ca333d8]

Version 0.1.11

27 Feb 07:05
Compare
Choose a tag to compare

0.1.11 - 2017-02-26

  • [#69] add subtask command [Cory Bennett] [21a2ed5]

Release 0.1.10

08 Feb 16:49
Compare
Choose a tag to compare

0.1.10 - 2017-02-08

  • set GPG_TTY in .bashrc [Cory Bennett] [b1e552f]
  • force password in case password already exists [Cory Bennett] [d5a2c3b]
  • refactor password source, allow for "pass" to be used, update tests to use password-source: pass [Cory Bennett] [5a71939]

Version 0.1.9

18 Dec 17:51
Compare
Choose a tag to compare

0.1.9 - 2016-12-18

  • only warn about needing login when not already running the login command [Cory Bennett] [6c24e55]
  • fix(http): Add proxy transport [William Hearn] [4bd740b] [2dff6c9]

Version 0.1.8

24 Nov 21:11
Compare
Choose a tag to compare

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

24 Aug 19:29
Compare
Choose a tag to compare

0.1.7 - 2016-08-24

  • Prefer transition names which match exactly [Don Brower] [e40f9c1]
  • update tempates to make them more readable with space trimming added to go-1.6 [Cory Bennett] [693b3e4]

Version 0.1.6

22 Aug 04:47
Compare
Choose a tag to compare

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

  • update for golint [Cory Bennett] [5a4e17c]
  • fix for go vet [Cory Bennett] [355fb42]

Version 0.1.4

12 Aug 20:34
Compare
Choose a tag to compare

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]

Version 0.0.13

31 Jul 03:15
Compare
Choose a tag to compare

0.1.3 - 2016-07-30

  • [#43] add support for jira done|todo|prog commands [Cory Bennett] [[dd7d1cc](https://github.com/Netflix-Skunkworks
    /go-jira/commit/dd7d1cc)]
  • Reporter is not generally editable. [Mike Pountney] [a637b43]