Update a single item field value
plaky_update_item_fieldUpdate a Plaky item's field value using the field key or title. Supports text, number, date, timeline, status, tags, links, and person field types with proper value formatting.
Instructions
Change the value of one field on an item, identified by the field key or title (itemFieldKey). The value format depends on the field type — String/RichText: "text"; Number: 13.4; Date: "2026-01-02T18:10:15.254Z"; Timeline: {start, end}; Status: "To do" or "1"; Tag: ["Product","HR"]; Link: "https://..." or {url, displayText}; Person: {users:[{id}|{email}], teams:[{id}|{title}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | New field value. Format depends on the field type (see description). | |
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| itemFieldKey | Yes | Field key (e.g. "status-1") or field title (e.g. "Status"). |