Overview
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.
The Initiatives Object
Attributes
iduuidUnique identifier for the initiative
namestring (required)Name of the initiative
descriptionstringPlain text description of the initiative
description_htmlstringHTML description of the initiative
description_strippedstringStripped version of the HTML description
description_binarystringBinary description of the initiative
leaduuidUser ID of the initiative lead
start_datedateStart date of the initiative in YYYY-MM-DD format
end_datedateEnd date of the initiative in YYYY-MM-DD format
logo_propsobjectLogo properties for the initiative
statestringState of the initiative. Can be: DRAFT, PLANNED, ACTIVE, COMPLETED, CLOSED
workspaceuuidWorkspace UUID which is automatically saved
created_attimestampThe timestamp when the initiative was created
updated_attimestampThe timestamp when the initiative was last updated
created_byuuidID of the user who created the initiative
updated_byuuidID of the user who last updated the initiative
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2023-11-19T11:56:55.176802Z",
"updated_at": "2023-11-19T11:56:55.176809Z",
"name": "Q1 Product Launch",
"description": "Launch new product features in Q1",
"description_html": "<p>Launch new product features in Q1</p>",
"lead": "16c61a3a-512a-48ac-b0be-b6b46fe6f430",
"start_date": "2024-01-01",
"end_date": "2024-03-31",
"state": "ACTIVE",
"workspace": "cd4ab5a2-1a5f-4516-a6c6-8da1a9fa5be4"
}
