Skip to content

Integration of the agile development project management system Rally and the amazing communication tool Slack.

License

Notifications You must be signed in to change notification settings

bradrich/slack-rally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-rally Dependency Status

Slack connection to Rally Dev

.slugify(moduleName) screenshot example

Running locally

$ git clone git@github.com:bradrich/slack-rally.git && cd slack-rally
$ npm install
$ npm start

Your local copy should now be running at localhost:1337.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Alternatively, you can deploy your own copy with one click using this button:

Deploy

See the Heroku documentation for more info about changing the configuration variables after deployment.

Slack setup

  1. Create a Slack incoming WebHook integration (settings aren't important, note the WebHook URL)
  2. Deploy your copy of slack-rally, and note your URL endpoint
  3. Create a Slack slash command integration with default settings and use the URL endpoint from above (optionally note the token for extra security)
  4. Optional: Add autocomplete help text to Slack command: slack command autocomplete help

Settings

The following environment variables needs to be set for the command to work, if you use the Heroku Button above it'll ask for these automatically.

  • SLACK_HOOK_URL - Slack incoming WebHook URL
  • USERNAME - Username to use when replying with the conversion result (default: Rallybot)
  • EMOJI - Emoji icon to use when replying with the conversion result (default: 💀)
  • SLACK_TOKEN - Additional security step: Slack slash command token for verification that the request came from your Slack team (not required)

Related

License

MIT © Brad Richardson

About

Integration of the agile development project management system Rally and the amazing communication tool Slack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published