TICKET MANAGEMENT

Promote a Discord message to a Linear issue via an emoji reaction

When a moderator adds a designated emoji reaction to any Discord message, an LLM converts that message into a structured Linear issue and threads the link back.

CategoryTicket Management
Enginesim
Difficultyintermediate
Triggerevent
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerDesignated emoji reaction added in DiscordDiscordDiscord
  • LogicVerify reactor is a moderator and emoji matches
  • ActionFetch reacted message plus surrounding contextDiscordDiscord
  • ActionDraft structured issue title, body, and checklist with LLMOpenAI
  • ActionCreate Linear issue assigned to triageLinearLinear
  • OutputReply under the original Discord message with linkDiscordDiscord

What it does

Lets a trusted moderator turn any Discord message into a Linear issue simply by reacting with a chosen emoji (for example a ticket or bug emoji). The flow grabs the reacted message and recent context, has an LLM write a clean title, description, and acceptance checklist, then files it in Linear. The bot replies in-channel with the issue link.

When to use it

Use it when not every bug-channel message deserves a ticket and you want a human curation step. Instead of auto-filing everything, your team flags the real signal with a reaction, keeping Linear clean while staying one click away from formal tracking.

How it works

  1. 1A reaction-added event with the designated emoji triggers the flow.
  2. 2A logic step verifies the reactor is an allowed moderator and the emoji matches.
  3. 3The flow fetches the reacted message plus a few surrounding messages for context.
  4. 4An OpenAI call drafts a structured title, description, and checklist.
  5. 5A Linear issue is created and assigned to the triage workflow.
  6. 6The bot replies under the original message with the issue link.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect DiscordCommunity channels + voice + bots.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect LinearIssues, projects, cycles, triage.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.