linear_createCustomerNeed
Create a customer need linked to a Linear issue or project, specifying priority, body, and associated identifiers.
Instructions
Create a customer need linked to an issue or project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Need content in Markdown | |
| issueId | No | Issue ID linked to the need | |
| priority | No | Need priority: 0 not important, 1 important | |
| commentId | No | Comment ID associated with the need | |
| createdAt | No | Optional creation timestamp (ISO 8601) | |
| projectId | No | Project ID linked to the need | |
| customerId | No | Linear customer ID | |
| attachmentId | No | Issue attachment ID associated with the need | |
| attachmentUrl | No | Attachment URL for the need source | |
| customerExternalId | No | External customer ID |
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 |