Skip to content

Releases: foxythemes/jira-cli

v1.2.2

04 Jun 21:18

Choose a tag to compare

Included request in package.json

v1.2.1

27 May 18:58

Choose a tag to compare

  • Changed config filename by .jira-cli.json
  • Updated inquirer to v6.3.1
  • Trim spaces in jira config interactive mode

Note: If the CLI ask again for your credentials you can run this to rename the old file: mv ~/.jira-cl.json ~/.jira-cli.json

v1.2.0

02 Dec 23:47

Choose a tag to compare

Fixed: jira-cli does not exit after opening an issue on MacOS

v1.1.1

30 Jul 13:58

Choose a tag to compare

Updated Moment.js to v2.19.3

v1.1.0

03 Jul 14:48

Choose a tag to compare

  • Added support for proxy configuration [#15]

v1.0.5

02 Sep 17:06

Choose a tag to compare

Added support for description, start & release date in version creation. (#5) thanks to @instilled, example:

version <Project Key> -n <Version Name> -d "Descripction" -s "20/Aug/2015" -r "13/Sep/2016"

v1.0.4

28 Mar 04:54

Choose a tag to compare

  • Added babel-runtime missing dependency in pkg #2 (Thanks to @goldcaddy77)

v1.0.3

21 Mar 13:51

Choose a tag to compare

Merge branch 'master' of github.com:foxythemes/jira-cli