jira-precommit-hook
Goals:
- Commit hook script contains the bare bones needed to call into this library.
We may want to investigate use of existing
pre-commit module.
NOTICE
Currently only configured for read-only access to JIRA.
Project Configuration
DESCRIPTION
In order to communicate with your JIRA server, a .jirarc file needs to be placed in the root of the repo.
{
"projectName": "<Name of JIRA project - REQUIRED>",
"host":"<URL location of JIRA project - REQUIRED>",
"protocol":"[default:http|https]",
"port": default:80,
"version": default:2,
"verbose": default:false,
"strictSSL": default:true
}
INSTALLATION
To install, run the following with npm:
npm install jira-precommit-hook