JSPM

@auto-canary/jira

11.3.0--canary.2478.87bcf4d47797ed8cc7152538b86fd742d8d19462.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2366
  • Score
    100M100P100Q117328F
  • License MIT

Jira plugin for auto

Package Exports

  • @auto-canary/jira
  • @auto-canary/jira/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@auto-canary/jira) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Jira Plugin

Include links to Jira stories in your changelogs.

This plugin will create links to Jira stories using the following syntax in a pull request title:

JIRA-123: My pull request title
[JIRA-123]: My pull request title

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/jira
# or
yarn add -D @auto-it/jira

Usage

To use the plugin include it in your .autorc

{
  "plugins": [
    ["jira", { "url": "https://url-to-your-jira.com" }],
    // or
    ["jira", "https://url-to-your-jira.com"]
  ]
}