Skip to content

A Slack bot that automatically provides information on JIRA references posted in channels.

Notifications You must be signed in to change notification settings

arnaudj/kotlin-slack-jira-expand-bot

Repository files navigation

Build Status

A Slack bot that automatically provides a link to JIRA issues written in channels.

Demo

sample

How to use

First, create a new bot user on your Slack team, please read Slack bot users. You will obtain a bot access token that is needed below.

Then run the bot:

java -jar jirabot.jar -jia http://MY-JIRA-URL-HERE/browse -jrs http://MY-JIRA-URL-HERE -t BOT_AUTH_TOKEN_HERE (-p proxyhostifany:port) (-u jirauserifneeded:jirapwd)

  • Option -jia will be used as base address when expanding links

  • Option -jrs will be used as Jira REST API endpoint

  • Option -jfmt and -jmode control display

  • Option -t specifies the bot authentication token (cf first step)

  • Option -p allow to specify an http(s) proxy, if needed

For more info, run bot with -h.

Misc

Slack access thanks to the Simple Slack API.

About

A Slack bot that automatically provides information on JIRA references posted in channels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published