Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
 
 

jira

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Jira Plugin

To include Jira story information in your changelogs you must include a URL to your hosted JIRA instance.

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"]
  ]
}