Published 8 months ago
When building a product it's important to discover and eliminate bugs as quickly as possible. Since we're using our product at n8n a lot, we wanted to make it as easy as possible for everyone to add bugs with the needed level of detail. That's why we built this workflow that allows everyone to add bugs to our Linear account easily directly from Slack
This workflow waits for a webhook call within Slack, that gets fired when users use the /bug
command on a bot that you will create as part of this template. It then adds the bug to Linear using a pre-defined description and a defined label. It then notifies the user about the newly added bug as you can see below:
chat:write
scopeSlash Commands
and click on Create New Command
/bug
as the commandRequest URL
Install app
and click installSet me up
node. You can find the IDs easily using the Helper nodes sectionRequest URL
in your Slack with the Prod URL of the Webhook node before activating this workflowAt n8n we use this workflow in combination with some others. E.g. we have the following things on top:
/pain
and /idea
that allow us to submit other things to Notion. You can see the workflow for that here.Implement complex processes faster with n8n