0.1.0 • Published 10 years ago

hubot-jira-lotto v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

hubot-jira-lotto

Build Status npm-version

A Hubot script to pick assignee for JIRA issues.

me    > hubot pick an assignee for BUGS-32 from bugfixers
hubot > @ngs please fix BUG-32
        https://myjira.atlassian.net/browse/BUGS-32

Command

hubot pick (an) assignee (for) <ISSUE-NUMBER> from <ASSIGNEE-GROUP>

Installation

  1. Add hubot-jira-lotto to dependencies.

    npm install --save hubot-jira-lotto
  2. Update external-scripts.json

    ["hubot-jira-lotto"]

Configuration

HUBOT_JIRA_LOGIN
HUBOT_JIRA_PASSWORD
HUBOT_JIRA_DOMAIN

This Hubot script require Admin priviledges for the login account.

Please add the login account to administrators group.

Author

Atsushi Nagase

License

MIT License

0.1.0

10 years ago