Skip to content

Commit 6652596

Browse files
Automated build docs: 2026-02-26 10:28:58
1 parent e2ab8cd commit 6652596

3 files changed

Lines changed: 64 additions & 36 deletions

File tree

defs/asana_oas.yaml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -835,13 +835,17 @@ tags:
835835
centralized inspection and management of a customer's deployed SaaS apps
836836
via an SSPM provider.
837837
- name: Status updates
838-
description: |-
838+
description: >-
839839
A status update is an update on the progress of a particular object,
840840
and is sent out to all followers when created. These updates
841841
include both text describing the update and a `status_type` intended to
842-
represent the overall state of the project. These include: `on_track` for projects that
843-
are on track, `at_risk` for projects at risk, `off_track` for projects that
844-
are behind, and `on_hold` for projects on hold.
842+
represent the overall state of the object.
843+
844+
The valid values for `status_type` depend on the parent of the status update:
845+
- Projects: `on_track`, `at_risk`, `off_track`, `on_hold`, `complete`, `dropped`.
846+
- Portfolios: `on_track`, `at_risk`, `off_track`, `on_hold`, `complete`, `dropped`.
847+
- Goals: `on_track`, `at_risk`, `off_track`, `achieved`, `partial`, `missed`,
848+
`dropped`.
845849

846850
Status updates can be created and deleted, but not modified.
847851
- name: Stories
@@ -6465,8 +6469,13 @@ components:
64656469
<body>The project <strong>is</strong> moving forward according to
64666470
plan...</body>
64676471
status_type:
6468-
description: The type associated with the status update. This represents
6469-
the current state of the object this object is on.
6472+
description: |-
6473+
The type associated with the status update. This represents the current state of the object this object is on.
6474+
6475+
The valid values for `status_type` depend on the parent of the status update:
6476+
- Projects: `on_track`, `at_risk`, `off_track`, `on_hold`, `complete`, `dropped`.
6477+
- Portfolios: `on_track`, `at_risk`, `off_track`, `on_hold`, `complete`, `dropped`.
6478+
- Goals: `on_track`, `at_risk`, `off_track`, `achieved`, `partial`, `missed`, `dropped`.
64706479
type: string
64716480
enum:
64726481
- on_track
@@ -6484,7 +6493,7 @@ components:
64846493
project, portfolio, or goal, and is sent out to all of its parent's
64856494
followers when created. These
64866495
updates include both text describing the update and a `status_type`
6487-
intended to represent the overall state of the project.
6496+
intended to represent the overall state of the object.
64886497
type: object
64896498
properties:
64906499
gid:

0 commit comments

Comments
 (0)