Create a work item
Work Item
Create a work item
Creates a new work item in a project.
POST
Create 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.
Body parameters
Name of the work item.
HTML-formatted description of the work item.
ID of the state for the work item.
Array of user IDs to assign to the work item.
Priority level. Possible values:
none, urgent, high, medium, low.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.

