PROJECT MANAGEMENT

Flag Issues Added to an Active Linear Sprint

Watches a Linear cycle and posts a Slack alert whenever an issue is created or moved into the cycle after it has already started.

CategoryProject Management
Enginesim
Difficultyintermediate
Triggerevent
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerLinear issue created or updatedLinearLinear
  • LogicKeep only issues added to active cycle after start date
  • ActionFetch estimate, assignee, and change actorLinearLinear
  • LogicBranch on estimated vs unestimated addition
  • OutputPost scope-creep alert to sprint channelSlack

What it does

Monitors the currently active Linear cycle (sprint). When an issue is added to the cycle after its start date, the workflow checks whether it carries an estimate and who added it, then posts a structured alert to your team's Slack channel naming the issue, its points, and the assignee.

When to use it

Run this when your team commits to a fixed sprint scope at planning and you want mid-sprint additions to be visible rather than silent. It catches the "can you just squeeze this in" pattern before it blows the sprint.

How it works

  1. 1A Linear webhook fires on every issue create or update event.
  2. 2A filter keeps only issues whose cycle is the active one and whose added-to-cycle timestamp is after the cycle start date.
  3. 3The workflow fetches the issue's estimate, assignee, and the actor who made the change from the Linear API.
  4. 4A branch separates estimated additions from unestimated ones, since unestimated work is the bigger risk.
  5. 5A formatted Slack message lands in the sprint channel with the issue title, points, who added it, and a direct link.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect LinearIssues, projects, cycles, triage.
  2. 2
    Connect SlackChannels, DMs, threads, mentions.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    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.