工具 API
save_ issue
创建或更新Linear问题。如果提供`id`,则更新现有问题;否则创建新问题。创建时需要`title`和`team`。注意:使用`assignee`(而非`assigneeId`)来设置负责人——它接受用户ID、名称、邮箱或"me"。
调用信息
- 工具标识
- linear.save_issue
- 服务提供方
- Linear
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
idOnly for updating an existing issue. Pass the issue ID or identifier (e.g., LIN-123). Do NOT pass this parameter when creating a new issue.
titleIssue title (required when creating)
descriptionContent as Markdown. Do not escape the string — use literal newlines and special characters, not escape sequences
teamTeam name or ID (required when creating)
cycleCycle name, number, or ID
milestoneMilestone name or ID
priority0=None, 1=Urgent, 2=High, 3=Normal, 4=Low
projectProject name, ID, or slug
stateState type, name, or ID
assigneeUser ID, name, email, or "me". Null to remove
delegateAgent name or ID. Null to remove
labelsLabel names or IDs
dueDateDue date (ISO format)
parentIdParent issue ID or identifier (e.g., LIN-123). Null to remove
estimateIssue estimate value
linksLink attachments to add [{url, title}]. Append-only; existing links are never removed
blocksIssue IDs/identifiers this blocks. Append-only; existing relations are never removed
blockedByIssue IDs/identifiers blocking this. Append-only; existing relations are never removed
relatedToRelated issue IDs/identifiers. Append-only; existing relations are never removed
duplicateOfDuplicate of issue ID/identifier. Null to remove
removeBlocksIssue IDs/identifiers to stop blocking
removeBlockedByIssue IDs/identifiers to remove as blockers of this issue
removeRelatedToRelated issue IDs/identifiers to remove