Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jira-precommit-hook

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jira-precommit-hook

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

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-81.82%
Maintainers
3
Weekly downloads
 
Created
Source

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

SYMLINK DIRECTORY NOTICE

If the hooks directory in your .git folder is symlinked, the module will be unable to find it. To avoid this, do not symlink your hooks folder inside of your project's git directory.

Making JIRA Commits

In order to make a successful commit with the precommit hook, ALL issues being committed must meet the following requirements:

  • There must be at least one issue in the commit message
  • All committed issues must exist in the project designated in the .jirarc

At least one issue being committed must meet the following requirements:

  • The issue must be open for commits
  • The parents of the issue must also be open for commits
    • The issue must lead up to an initiative
  • The issue must not be an initiative, epic, nor a deployment task

Keywords

FAQs

Package last updated on 02 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc