This is a command line client Jira API, useful to create new issues.
- Install with npm:
npm install -g jira-cl
- Run it with
jira [command] [arguments]
When running the first time (or if you didn't create a config file), it will ask you for your Jira host, username, password and if you use 'https' protocol and a new config file will be created in ~/.jira-cli.json
with this data. You can create or modify this file manually.
To get detailed information about JIRA-CLI usage please visit the documentation which is hosted here.
Copyright (c) 2017 by Miguel Henao & Eduardo Henao Licensed under the MIT license.