slack bot to review existing and last Jira sprint details
Usage sprintreview:
Bot response will look something like:-
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
-
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