Skip to content

Version 0.1.4

Compare
Choose a tag to compare
@coryb coryb released this 12 Aug 20:34
· 515 commits to master since this release

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]