Description: The risk object represents a probabilistic event or condition which if it occurs has an impact on the project.
Field | Type | Description | Read-Only |
---|---|---|---|
Cause | String | The description of the cause of the Risk. | No |
Description | String | The description of the Risk. | No |
Effect | String | The description of the risks effect on the project. | No |
Id | String | The ID of the Risk. Must be unique within a project. | No |
IdentifiedDate | DateTime | The date this risk was identified. | No |
Name | String | The name of the Risk. Does not need to be unique. | No |
ObjectId | Int | The unique ID generated by the system. | No |
ProjectId | String | The short name of the associated project. | Yes |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
ResponseTotalCost | Double | The total estimated cost for the risk. | No |
Status | Enum | The current status of the Risk. Valid values are 'Proposed', 'Open', 'Rejected', 'Managed', and 'Impacted'. | No |
Type | Enum | The type of the risk. Valid values are 'Threat' and 'Opportunity'. | No |