JSPM

  • Created
  • Published
  • Downloads 106
  • Score
    100M100P100Q75445F
  • License MIT

A hubot script to create JIRA tickets and listen for ticket mentions

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

###Dependencies:

  • moment
  • octokat
  • node-fetch

###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_GITHUB_TOKEN - Github Application Token