Package Exports
- hubot-jira-bot
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hubot-jira-bot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hubot Jira Bot
Quickly file JIRA tickets with hubot Also listens for mention of tickets and responds with information And transition tickets as well
###Dependencies:
- moment
- octokat
- node-fetch
- underscore
- fuse.js
###Configuration:
HUBOT_JIRA_URL
https://jira-domain.com:9090
HUBOT_JIRA_USERNAME
HUBOT_JIRA_PASSWORD
HUBOT_JIRA_TYPES_MAP
\{\"story\":\"Story\ \/\ Feature\",\"bug\":\"Bug\",\"task\":\"Task\"\}
HUBOT_JIRA_PROJECTS_MAP
\{\"web\":\"WEB\",\"android\":\"AN\",\"ios\":\"IOS\",\"platform\":\"PLAT\"\}
HUBOT_JIRA_TRANSITIONS_MAP
\[\{\"name\":\"triage\",\"jira\":\"Triage\"\},\{\"name\":\"icebox\",\"jira\":\"Icebox\"\},\{\"name\":\"backlog\",\"jira\":\"Backlog\"\},\{\"name\":\"devready\",\"jira\":\"Selected\ for\ Development\"\},\{\"name\":\"inprogress\",\"jira\":\"In\ Progress\"\},\{\"name\":\"design\",\"jira\":\"Design\ Triage\"\}\]
HUBOT_JIRA_PRIORITIES_MAP
\[\{\"name\":\"Blocker\",\"id\":\"1\"\},\{\"name\":\"Critical\",\"id\":\"2\"\},\{\"name\":\"Major\",\"id\":\"3\"\},\{\"name\":\"Minor\",\"id\":\"4\"\},\{\"name\":\"Trivial\",\"id\":\"5\"\}\]
HUBOT_GITHUB_TOKEN
- Github Application Token