Work item types categorize different kinds of work in your project (e.g., “Task”, “Bug”, “Feature”). Learn more about Work Item Types →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 Type object
Attributes-
iduuid Unique identifier for the work item type -
namestring Name of the work item type -
descriptionstring Description of the work item type -
logo_propsobject Logo properties for the work item type -
is_epicboolean Whether this work item type is an epic -
is_defaultboolean Whether this is the default work item type -
is_activeboolean Whether this work item type is active -
levelnumber Level of the work item type -
workspaceuuid The workspace which the work item type is part of (auto generated from backend) -
projectuuid The project which the work item type is part of (auto generated from backend) -
created_attimestamp Timestamp when the work item type was created -
updated_attimestamp Timestamp when the work item type was last updated -
created_byuuid ID of the user who created the work item type (auto saved) -
updated_byuuid ID of the user who last updated the work item type (auto saved) -
deleted_attimestamp Timestamp when the work item type was deleted (null if not deleted) -
external_idstring External ID for the work item type (auto saved) -
external_sourcestring External source for the work item type (auto saved)

