Skip to content

MatthewRadcliffe/jira-precommit-hook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-precommit-hook

Goals:

  • Distributable via npm (This will eventually be pushed to a public github repo)
  • Testable
  • 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": 80,
	"version": default:2,
	"verbose": false,
	"strictSSL": true
}

About

Git commit hook to verify commit messages are tagged with a JIRA issue number

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%