Skip to content

A bot that writes RTC work item information into Slack channels

Notifications You must be signed in to change notification settings

ehues/slack-workitems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-workitems

A slack bot that displays a work item summary when it's mentioned in a channel.

Sample mention

Configuration

Set the following environment variables

RTC_REPO - URI of the RTC repository.

RTC_USER - Username of the RTC user to log-in as.

RTC_PASS - Password of the RTC user to log-in as.

RTC_BOT_TOKEN - Bot token for Slack. Go to https://<your-team>.slack.com/services/new/bot, and add a bot.

    xoxb-4012132863-hv5aqYGYCPa153c08vRUhz77

RTC_WEBHOOK - Webhook to publish attachments into Slack. Go to https://<your-team>.slack.com/services/new/incoming-webhook, and get the value specified as the "Webhook URL":

    https://hooks.slack.com/services/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

Optional

RTC_URI_OVERRIDE - URI to be used in place of the work item's preferred URI. The string variable '{0}' will be replaced with the work item number. e.g:

    https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id={0}

See also

RTC-Slackbot - A python-based slackbot that provides user, work item, and backlog lookup.

About

A bot that writes RTC work item information into Slack channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published