p-chavan / slack-jira-sprint-bot

slack jira bot to get the sprint details

Home Page:https://github.com/p-chavan/slack-jira-sprintreviewbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-sprintreviewbot

slack bot to review existing and last Jira sprint details

Usage sprintreview:

Bot response will look something like:- alt tag

Update below in config.js 1)boards: { : },

Here enter the jira boardname and respective boardid. The same board name will be used while giving command to sprintreview bot

  1. jira: { protocol: 'https', host: '', port: 443, base: '', user: '', pass: '', apiVersion: 'latest', strictSSL: false, regex: '([A-Z][A-Z0-9]+-[0-9]+)', sprintField: '', customFields: {

    }, Also enter the respective values here.

remove hardcoded authorization from lib/bot.js

About

slack jira bot to get the sprint details

https://github.com/p-chavan/slack-jira-sprintreviewbot


Languages

Language:JavaScript 100.0%