Skip to content
Recued
Menu
← Back to recipes

Create a Linear issue intake

by recued-core v1

Approval-gated Linear issue intake workflow. It reads team, workflow-state, and project lists for context, creates exactly one issue with bounded Linear fields, and can add one optional initial comment through recued-core.linear. It does not update existing issues, move status after creation, delete, archive, label, subscribe, mutate projects, manage webhooks, or call arbitrary Linear GraphQL.

How it works 19 steps

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

Process (19 steps)
team_id trim
Trim whitespace from setting team id
title trim
Trim whitespace from setting title
description trim
Trim whitespace from setting description
project_id trim
Trim whitespace from setting project id
assignee_id trim
Trim whitespace from setting assignee id
state_id trim
Trim whitespace from setting state id
comment_text trim
Trim whitespace from setting initial comment
has_team compare
Check if team id has data
has_title compare
Check if title has data
has_comment compare
Check if comment text has data
teams ?
workflow_states ?
projects ?
skip_create any
Check if any of the conditions are true
issue ?
skip: step.skip_create equal true
skip_comment any
Check if any of the conditions are true
comment ?
skip: step.skip_comment equal true
skipped compare
Check if skip create equals true
card to_summary
Format results as a summary card
Settings 9 configurable

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

title setting =
linear setting =
team id setting =
priority setting = 0
state id setting =
project id setting =
assignee id setting =
description setting =
initial comment setting =

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.commentcreate

About

Tags

linear linearissueintakecreateapprovalwork-trackingproject-managementpack:linear

Details

19 steps 9 configurable settings recipe_id: create-linear-issue-intake