Skip to content

Outgoing webhook integration for Rocket.Chat that summarizes any JIRA issues mentioned

License

Notifications You must be signed in to change notification settings

Crazy-Hopper/rocketchat-jira-trigger

 
 

Repository files navigation

rocketchat-jira-trigger

Build Status codecov Docker Automated build Image Layers Image version MIT licensed

Outgoing webhook integration for Rocket.Chat that summarizes any JIRA issues mentioned

Example

Running

You can run rocketchat-jira-trigger either natively (requires at JDK 8 to build and JRE 8 to run) or with Docker.

Natively

First download the source code and run:

Build on Linux/OS X

./gradlew installDist

Build on Windows

gradlew.bat installDist

The app will be located in build/install. Now run the start script with a configuration file (if you have one) as the only argument:

Run on Linux/OS X

bin/rocketchat-jira-trigger config.toml

Run on Windows