@ninjabytes/bot-jira-plugin
v3.0.0
Published
NinjaBytes Team Bot Jira Plugin
Downloads
9
Readme
NinjaBytes Bot Jira Plugin
Jira Plugin for the NinjaBytes team bot.
Retrieves information about team issues.
Environment Variables
JIRA_SERVER
: Location of the Jira server;JIRA_USERNAME
: Authentication username to connect to the server;JIRA_PASSWORD
: Authentication password to connect to the server;JIRA_BOARD
: Board ID from which issues wil be fetched.
Triggered Events
JiraIssue_create
- When a new issue is detected on the server;JiraIssue_deleted
- When a previously detected issue is removed from the server (or when it's closed);JiraIssue_updated
- When a previously detected issue is changed;