Skip to main content
linear.createProject creates a project with planning, ownership, membership, and content.
automations/create-linear-project.automation.ts
Provide name and a non-empty teamIds array. Optional fields are color, Markdown content, description, icon, leadId, memberIds, and priority from 0–4. You can also provide startDate, legacy state, statusId, and targetDate. Optional second argument { account } selects the Linear binding. Dates use YYYY-MM-DD. Returns the created LinearProject. Prefer statusId over legacy state in modern workspaces.