linear_createCustomerNeedFromAttachment
Convert an existing attachment into a customer need by specifying the attachment ID. Optionally set priority or link to a customer.
Instructions
Create or unarchive a customer need from an existing attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | No | Need priority: 0 not important, 1 important | |
| customerId | No | Linear customer ID | |
| attachmentId | Yes | Attachment ID to convert into a need | |
| 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 |