Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.02 KB

File metadata and controls

38 lines (26 loc) · 1.02 KB

danger-plugin-jira-pr-validation

Build Status npm version semantic-release

Import metadata from the issue on Jira and perform validations

Usage

Install:

yarn add danger-plugin-jira-pr-validation --dev

At a glance:

// dangerfile.js
import jiraPrValidation from "danger-plugin-jira-pr-validation";

jiraPrValidation(
  JIRA_BASE_URL,
  JIRA_USERNAME,
  JIRA_TOKEN,
  JIRA_PROJECT_KEY,
  MESSAGE_LEVEL,
);

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.