Package Exports
- @auto-it/jira
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-it/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
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. To install:
npm i --save-dev @auto-it/jira
# or
yarn add -D @auto-it/jiraUsage
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"]
]
}