Skip to main content
PATCH
Update a work item

Path parameters

string
required
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.
string
required
The unique identifier of the project.
string
required
The unique identifier for the work item.

Body parameters

string
Name of the work item.
string
HTML-formatted description of the work item.
string
ID of the state for the work item.
string
Priority level. Possible values: none, urgent, high, medium, low.
string[]
Array of user IDs to assign to the work item.
string[]
Array of label IDs to apply to the work item.
string
ID of the parent work item.
string
Estimate points for the work item (0-7).
string
ID of the work item type.
string
ID of the module the work item belongs to.
string
Start date in YYYY-MM-DD format.
string
Target completion date in YYYY-MM-DD format.