Skip to main content
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 Initiatives

The Initiatives object

Attributes
  • id uuid Unique identifier for the initiative
  • name string (required) Name of the initiative
  • description string Plain text description of the initiative
  • description_html string HTML description of the initiative
  • description_stripped string Stripped version of the HTML description
  • description_binary string Binary description of the initiative
  • lead uuid User ID of the initiative lead
  • start_date date Start date of the initiative in YYYY-MM-DD format
  • end_date date End date of the initiative in YYYY-MM-DD format
  • logo_props object Logo properties for the initiative
  • state string State of the initiative. Can be: DRAFT, PLANNED, ACTIVE, COMPLETED, CLOSED
  • workspace uuid Workspace UUID which is automatically saved
  • created_at timestamp The timestamp when the initiative was created
  • updated_at timestamp The timestamp when the initiative was last updated
  • created_by uuid ID of the user who created the initiative
  • updated_by uuid ID of the user who last updated the initiative