Sends Trac's ticket email notifications to Slack
- Download and save
tracslack.php
to your server's$HOME
directory - Make
tracslack.php
executable by doing achmod +x tracslack.php
- Create an email forwarder that pipes to
|/path/to/tracslack.php
- Edit
trac.ini
and setsmtp_always_cc
to whatever email forwarder you created
- Create an Incoming Webhook integration in Slack
- Edit
tracslack.php
and
- set
INCOMING_WEBHOOK_URL
to the Incoming Webhook URL provided by Slack - set
TRAC_URL
to your Trac Project's URL
Maintained by Mike Lopez @easterncoder
Inspired by https://github.com/grexi/snippets/tree/master/tracslack