1.2.3 • Published 9 months ago

hubot-redmine v1.2.3

Weekly downloads
34
License
-
Repository
github
Last release
9 months ago

Hubot Redmine

npm version Node CI

Light mapping of the Redmine REST API that allows Hubot access to some basic Redmine tasks. Once you have a Redmine user (preferably one with enough access to modify tickets), add the following to your Heroku/etc. config:

heroku config:add HUBOT_REDMINE_BASE_URL="http://redmine.your-server.com"
heroku config:add HUBOT_REDMINE_TOKEN="your api token here"

Installation

In hubot project repo, run:

npm install hubot-redmine --save

Then add hubot-redmine to your external-scripts.json:

[
  "hubot-redmine"
]

Configuration

Environment VariableRequired?Description
HUBOT_REDMINE_BASE_URLYesURL to your Redmine install
HUBOT_REDMINE_TOKENYesAPI key for your selected user
HUBOT_REDMINE_MENTION_REGEXNoListen for this pattern and link to Redmine tickets when heard (default /RM#(\d+)/)
HUBOT_REDMINE_MENTION_MATCHNoIndex of matched capture from HUBOT_REDMINE_MENTION_REGEX (default 1)
HUBOT_REDMINE_MENTION_IGNORE_USERSNoComma-separated list of users to ignore
HUBOT_REDMINE_SEARCH_LIMITNoMaximum search results to show for "redmine search", default is 10

Showing issue details

Showing my issue (or another user's)

  • @Hubot redmine show my issues
  • @Hubot redmine show user's issues ** user will attempt to match on redmine firstname or login

Re-Assigning tickets

Leaving notes on tickets

Create tickets

Get a link to an issue

Set the percent done of an issue

Search Redmine

The default results limit is 10, configurable via HUBOT_REDMINE_SEARCH_LIMIT.

  • @Hubot redmine search
1.2.3

9 months ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.5

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago