工具 API

save_project

创建或更新Linear项目。如果提供`id`,则更新现有项目;否则创建新项目。创建时需要`name`和至少一个团队(通过`addTeams`或`setTeams`)。

devOAuth1 积分

调用信息

工具标识
linear.save_project
服务提供方
Linear
平均响应
0 ms
近 7 天调用
0

输入参数

id

Project ID. If provided, updates the existing project

name

Project name (required when creating)

icon

Icon emoji (e.g., :eagle:)

color

Hex color

summary

Short summary (max 255 chars)

description

Content as Markdown. Do not escape the string — use literal newlines and special characters, not escape sequences

state

Project state

startDate

Start date (ISO format)

targetDate

Target date (ISO format)

priority

0=None, 1=Urgent, 2=High, 3=Medium, 4=Low

addTeams

Team name or ID to add

removeTeams

Team name or ID to remove

setTeams

Replace all teams with these. Cannot combine with addTeams/removeTeams

labels

Label names or IDs

lead

User ID, name, email, or "me". Null to remove

addInitiatives

Initiative names/IDs to add

removeInitiatives

Initiative names/IDs to remove

setInitiatives

Replace all initiatives with these. Cannot combine with addInitiatives/removeInitiatives