linear_create_customer_need_from_attachment
Create a customer need directly from an attachment by providing the attachment ID. Optionally add title, description, and team ID.
Instructions
Creates a new customer need from an attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachmentId | Yes | ID of the attachment | |
| title | No | Title for the customer need | |
| description | No | Description for the customer need | |
| teamId | No | Team ID for the customer need |