Update a work item
Work Item
Update a work item
Updates an existing work item by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH
Update a work item
Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The workspace_slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL
https://app.plane.so/my-team/projects/, the workspace slug is my-team.The unique identifier of the project.
The unique identifier for the work item.
Body parameters
Name of the work item.
HTML-formatted description of the work item.
ID of the state for the work item.
Priority level. Possible values:
none, urgent, high, medium, low.Array of user IDs to assign to the work item.
Array of label IDs to apply to the work item.
ID of the parent work item.
Estimate points for the work item (0-7).
ID of the work item type.
ID of the module the work item belongs to.
Start date in YYYY-MM-DD format.
Target completion date in YYYY-MM-DD format.

