@nodebb/nodebb-plugin-jira
v2.1.7
Published
JIRA integration for NodeBB forums
Downloads
6
Readme
JIRA Plugin for NodeBB
This plugin interfaces with a JIRA instance via Basic Authentication, and exposes the issues/*
path in your NodeBB.
From there, you can add a link to that page in the navigation bar as desired.
Configuration
Prepopulating issue fields
Privileges
Hooks
Support for v1.19.x
Installation
npm install nodebb-plugin-jira
Limitations
JIRA is a very expansive piece of software and there are many different ways to create and manage issues.
For example, while this plugin supports most of the data types in the New Issue View, there may not be support for all of the older input types, simply because custom handling for each case is necessary.
If there is some aspect that is not handled properly by this plugin, please open an issue on the issue tracker, and a quote can be provided.
Sponsorship
Creation of this plugin was sponsored by Maxon
Tests
- Add
nodebb-plugin-jira
to thetest_plugins
section in your NodeBB'sconfig.json
JIRA_BASEURL=something.atlassian.net [email protected] JIRA_TOKEN=b56fa3fe... npx mocha test/plugins-installed.js
from your NodeBB root folder (not the plugin root folder)