Sign inSign up

ackee/slack-redmine-bot

By ackee

Updated over 5 years ago

Image
0

424

ackee/slack-redmine-bot repository overview

Redmine bot for Slack

Redmine issue name expander for Slack.

Bot parses the issue numbers (#54321), the links to issue (http://redmine.host.com/issues/54321) and displays the issue name with attributes:

  • project
  • tracker
  • author
  • assigned to
  • category
  • version

Example

Run

From sources
git clone https://github.com/muxx/slack-redmine-bot
cd slack-redmine-bot
cp config.yml.example config.yml
make build
make run

The binary will be installed at ./bin/slack-redmine-bot.

From docker

Create config.yml from example config.yml.example.

docker pull muxx/slack-redmine-bot
docker run --rm -it -v /path/to/config.yml:/config.yml muxx/slack-redmine-bot:latest

Tag summary

Content type

Image

Digest

Size

9.7 MB

Last updated

over 5 years ago

docker pull ackee/slack-redmine-bot