Connector between Tracey and JIRA.
Link requirements to jira using the frontmatter key issue
.
Install the plugin
npm install tracey-plugin-jira --save-dev
Add the plugin to the project configuration
// tracey.config.js
const JiraPlugin = require('tracey-plugin-jira');
module.exports = {
plugins: [
JiraPlugin.plugin({ /* configuration options */ }),
],
};
The configuration object has the following options
Default: issue
Use this option to configure the frontmatter key for linking requirements
Default: http://mytracker.com/issue
Use this option to configure the URL of the JIRA instance