Add a bug to Linear via Slack command — n8n ワークフロー
概要
Use Case 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 What this workflow does This workflow waits for a webhook call within Slack, that gets fired when users use the /bug command on a bot that
使用ノード
HTTP Request
ワークフロープレビュー
⚡
B
Bug Webhook
Hidden message to add bu…
Create linear issue
S
Set me up
Get all linear teams
Get linear labels for a …
S
Set team ID
7 nodes4 edges
仕組み
- 1
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 7 個のノードを流れます, connecting httprequest, set, webhook。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (7)
HT#1
HTTP Request
httpRequest
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
add-a-bug-to-linear-via-slack-commandファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Add a bug to Linear via Slack command", "nodes": [...], ...}
インテグレーション
httprequestsetwebhook