Initiatives are high-level strategic goals that help organize and track work across multiple projects, epics, and work items, providing a way to group related work and measure progress toward larger objectives. Learn more about InitiativesDocumentation 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 Initiatives object
Attributes-
iduuid Unique identifier for the initiative -
namestring (required) Name of the initiative -
descriptionstring Plain text description of the initiative -
description_htmlstring HTML description of the initiative -
description_strippedstring Stripped version of the HTML description -
description_binarystring Binary description of the initiative -
leaduuid User ID of the initiative lead -
start_datedate Start date of the initiative in YYYY-MM-DD format -
end_datedate End date of the initiative in YYYY-MM-DD format -
logo_propsobject Logo properties for the initiative -
statestring State of the initiative. Can be: DRAFT, PLANNED, ACTIVE, COMPLETED, CLOSED -
workspaceuuid Workspace UUID which is automatically saved -
created_attimestamp The timestamp when the initiative was created -
updated_attimestamp The timestamp when the initiative was last updated -
created_byuuid ID of the user who created the initiative -
updated_byuuid ID of the user who last updated the initiative

