linear_updateIssueCustomField
Set or clear a custom field value on a Linear issue by specifying the issue ID, custom field ID, and JSON-compatible value. Pass null to clear.
Instructions
Set or clear a custom field value on an issue. Pass null as value to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID or identifier of the issue whose custom field should be updated | |
| customFieldId | Yes | ID of the custom field definition to update | |
| value | Yes | JSON-compatible value to write. Use null to clear the field. Arrays and objects are passed through as-is when the Linear schema accepts them. |