linear_updateCustomerNeed
Update an existing customer need in Linear by modifying its body, priority, linked issue or project, and attachment URL.
Instructions
Update a customer need
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer need ID | |
| body | No | Updated need content in Markdown | |
| issueId | No | Issue ID linked to the need | |
| priority | No | Need priority: 0 not important, 1 important | |
| projectId | No | Project ID linked to the need | |
| customerId | No | Linear customer ID | |
| attachmentUrl | No | Updated attachment URL | |
| customerExternalId | No | External customer ID | |
| applyPriorityToRelatedNeeds | No | Apply priority changes to related needs on the same issue or project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| body | No | ||
| issue | No | ||
| content | No | ||
| creator | No | ||
| issueId | No | ||
| project | No | ||
| customer | No | ||
| priority | No | ||
| commentId | No | ||
| createdAt | No | ||
| projectId | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| customerId | No | ||
| attachmentId | No | ||
| originalIssue | No | ||
| originalIssueId | No | ||
| projectAttachment | No | ||
| updatedRelatedNeeds | No |