To include Jira story information in your changelogs you must include a URL to your hosted JIRA instance.
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
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"]
]
}