Create Risk
Creates a new Risk within the specified Project.
The Risk will inherit Project context such as access permissions
and workspace ownership. Validation is applied to ensure the
Project exists and the caller has permission to create Risks.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project
Headers
x-integration-name
The name of the calling system passed along as a header parameter
Request
The data used to create the Risk
name
The common name of this Risk.
description
A description of the work to be performed in this Risk.
percentComplete
The numerical percentage, from 0-100, representing the percentage completion for this risk. Any numbers below zero or above 100 will be clamped to the minimum or maximum value.
priority
Indicates the level of importance assigned to a risk, with 500 being standard priority; the higher the number, the higher the priority.
impact
The potential effect of the risk.
likelihood
Probability or chance of the risk occurring.
responseId
The planned or implemented response to address the identified risk.
Avoid, Mitigate, Transfer, Accept
resolution
The actions or strategy planned or taken to mitigate or eliminate the risk.
assignees
A list of unique identifiers of Assignees to be assigned to this Risk
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
Represents a potential threat or uncertainty that could impact a project, system, or process.
Contains information such as its likelihood, impact, response, and resolution details.