Work items are the fundamental unit of work in Plane. They represent tasks that need to be accomplished — assignable, trackable, and actionable to-dos in your project management workflow. Learn more about Work Items →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.
The Work Item object
Attributes-
namestring (required) Name of the work item -
created_at,updated_attimestamp Timestamp of the work item when it was created and when it was last updated -
estimate_pointinteger or null Total estimate points for the work item takes value between (0,7). -
description_htmlstring HTML description of the work item -
description_strippedstring Stripped version of the html description auto generated using the application. -
prioritystring Priority of the work item takes in 5 values- none
- urgent
- high
- medium
- low
-
start_datedate Start date of the work item -
target_datedate Target date of the work item -
sequence_idinteger Auto generated from the system the unique identifier of the work item -
sort_orderdecimal Auto generated from the system during creation used for ordering -
completed_attimestamp or null Timestamp when the work item is moved to any completed group state -
created_by&updated_byThis values are auto saved and represent the id of the user that created or the updated the project. -
projectuuid The project which the work item is part of auto generated from backend -
workspaceuuid The workspace which the work item is part of auto generated from backend -
parentuuid The uuid of the parent work item which should be part of the same workspace -
stateuuid The uuid of the state which is present in the project where the work item is being created. -
assignees- [uuid,] The array of uuids of the users who are part of the project where the work item is being created or updated. -
labels- [uuid,] The array of uuids of the labels which are present in the project where the work item is being created or updated. -
typeuuid The uuid of the work item type for the work item. -
moduleuuid The uuid of the module the work item belongs to. -
is_draftboolean Whether the work item is a draft. -
archived_attimestamp or null Timestamp when the work item was archived. -
description_binarystring Binary description of the work item.
expand query parameter:
type- Expands to full WorkItemType objectmodule- Expands to full Module objectlabels- Expands to array of full Label objectsassignees- Expands to array of full User objectsstate- Expands to full State objectproject- Expands to full Project object

