Skip to content
Recued
Menu
← Back to recipes

Create Linear issue with closure watch

by recued-core v1

Workflow origin for the Linear issue closure loop. It creates exactly one owner-approved issue through recued-core.linear.issue.create, and when the issue succeeds it seeds durable data.shared closure state for linear-issue-closure-watcher. It uses deterministic owner-provided fields rather than AI and does not update, move, cancel, complete, delete, archive, assign, label, subscribe to, comment on, or otherwise mutate Linear issues beyond the approved issue create.

Complete workflow

Linear Issue Closure Loop 4 pinned recipes

Workflow pack for Recued-created Linear issues. It composes the Linear capability pack with a closure ledger: create one owner-approved issue in one Linear team, optionally attach it to a configured project, persist only the connection/team/project/issue linkage in data.shared, and let a scheduled watcher re-read that exact issue until Linear reports it completed or canceled. This pack does not replace Linear workflow states, issue views, project views, cycles, roadmaps, native notifications, automations, comments, or general issue reporting; it adds Recued-visible closure state for issues Recued created.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Workflow origin for the Linear issue closure loop. It creates exactly one owner-approved issue through recued-core.linear.issue.create, and when the issue succeeds it seeds durable data.shared closure state for linear-issue-closure-watcher. It uses deterministic owner-provided fields rather than AI and does not update, move, cancel, complete, delete, archive, assign, label, subscribe to, comment on, or otherwise mutate Linear issues beyond the approved issue create.

linearissuescollaborationwork-tracking
by recued-core pinned v1
Linear issue closure watcher
Background automation

Scheduled adopter for Linear issue closure rows seeded by create-linear-issue-with-closure. It lists only Recued-originated issue watches, re-reads a bounded batch of Linear issue, and closes the shared row when Linear reports the issue completed or canceled. It can notify the owner on terminal issue state, but it never creates, updates, moves, cancels, completes, deletes, archives, assigns, labels, subscribes to, comments on, or otherwise mutates Linear issues.

linearissuescollaborationwork-tracking
by recued-core pinned v1
Linear issue closure watcher timeout
Background automation

Low-frequency timeout role for recued-core/linear-issue-closure. It moves a bounded batch of expired rows from active to timed_out, deletes the active copy only after the durable timeout write succeeds, and notifies the owner once per batch.

linearwatchertimeoutowner-review
by recued-core pinned v1

Owner-visible list/close role for recued-core/linear-issue-closure. It lists bounded active, timed-out, and closed rows. Supplying a timed-out or closed key deletes only that exact terminal row; active watches cannot be deleted here.

linearwatcherreviewclose
by recued-core pinned v1
View pack details, dependencies, and permissions →
How it works 35 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (35 steps)
team_id_value trim
Trim whitespace from setting team id
project_id_value trim
Trim whitespace from setting project id
title_value trim
Trim whitespace from setting title
description_value trim
Trim whitespace from setting description
has_connection compare
Check if setting linear has data
has_team compare
Check if team id value has data
has_project compare
Check if project id value has data
has_title compare
Check if title value has data
skip_issue_create any
Check if any of the conditions are true
skip_project_issue_create any
Check if any of the conditions are true
skip_team_issue_create any
Check if any of the conditions are true
create_project_issue ?
skip: step.skip_project_issue_create equal true
create_team_issue ?
skip: step.skip_team_issue_create equal true
created_issue ternary
Apply ternary
created_issue_id default
Apply default
created_issue_identifier default
Apply default
has_created_issue compare
Check if created issue id has data
created_team_id default
Apply default
created_project_id default
Apply default
created_at date_add
Add 0 days to
raw_watch_key join
Join items with ":"
watch_key_colon replace
Replace text in raw watch key
watch_key_slash replace
Replace text in watch key colon
watch_key_dot replace
Replace text in watch key slash
watch_key_at replace
Replace text in watch key dot
watch_key_space replace
Replace text in watch key at
watch_key_left_angle replace
Replace text in watch key space
watch_key_right_angle replace
Replace text in watch key left angle
watch_key_plus replace
Replace text in watch key right angle
watch_key_equals replace
Replace text in watch key plus
watch_key_question replace
Replace text in watch key equals
skip_closure_seed any
Check if any of the conditions are true
closure_timeout_at date_add
Add setting no response timeout days days to
seed_linear_issue_closure_watch ?
skip: step.skip_closure_seed equal true
summary to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

title setting =
linear setting =
team id setting =
priority setting = 0
project id setting =
description setting =
no response timeout days setting = 30

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Linear connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.issuecreatedata.shared

About

Tags

linear linearissuescollaborationwork-trackingproject-managementapprovalclosed-loopstate:linear-issue-closure-watcherpack:linear-issue-closure

Details

35 steps 7 configurable settings recipe_id: create-linear-issue-with-closure