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

konstantin-hatvan/tracey-plugin-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracey-plugin-jira

Connector between Tracey and JIRA.

Usage

Link requirements to jira using the frontmatter key issue.

Installation

Install the plugin

npm install tracey-plugin-jira --save-dev

Tracey configuration

Add the plugin to the project configuration

// tracey.config.js

const JiraPlugin = require('tracey-plugin-jira');

module.exports = {
    plugins: [
        JiraPlugin.plugin({ /* configuration options */ }),
    ],
};

Plugin configuration

The configuration object has the following options

property

Default: issue

Use this option to configure the frontmatter key for linking requirements

url

Default: http://mytracker.com/issue

Use this option to configure the URL of the JIRA instance

About

Plugin to create links to JIRA issues

Resources

Stars

Watchers

Forks

Packages

No packages published