linear-webhook is an application that exposes an HTTP Server for Linear to post Webhook Events to for them to then be sent to your discord channel.
Linear provides a system to specify a endpoint for it to fire all events to, using this we can simply setup an HTTP Server to collect those events then transform them into readable embeds on Discord.
Note
You must have your own server and a way to expose this specific service in order for Linear to contact it.
Simply copy this repository onto your server and setup the .env
file as seen by the provided .env.example
then use docker-compose
to bring the service online.
Then on Linear setup your webhook to route to https://<url>/linear?secret=<AUTH_SECRET>
and once all fields in the environment are provided your setup is complete.