linear_updateIssueCustomField
Update or clear a custom field value on a Linear issue. Pass null to remove the existing value.
Instructions
Set or clear a custom field value on an issue. Pass null as value to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| issueId | Yes | ID or identifier of the issue whose custom field should be updated | |
| customFieldId | Yes | ID of the custom field definition to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| value | No | ||
| issueId | No | ||
| success | No | ||
| currentValue | No | ||
| customFieldId | No |