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

projectIdstringRequiredformat: "uuid"
The id of the project

Headers

x-integration-namestringOptional
The name of the calling system passed along as a header parameter

Request

The data used to create the Risk
namestringRequired>=1 character
The common name of this Risk.
descriptionstring or nullOptional
A description of the work to be performed in this Risk.
percentCompleteintegerOptional

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.

priorityinteger or nullOptional

Indicates the level of importance assigned to a risk, with 500 being standard priority; the higher the number, the higher the priority.

impactinteger or nullOptional
The potential effect of the risk.
likelihoodinteger or nullOptional
Probability or chance of the risk occurring.
responseIdinteger or nullOptional
The planned or implemented response to address the identified risk. Avoid, Mitigate, Transfer, Accept
resolutionstring or nullOptional
The actions or strategy planned or taken to mitigate or eliminate the risk.
assigneeslist of strings or nullOptional
A list of unique identifiers of Assignees to be assigned to this Risk

Response

Success
errorobject or null
If the API call failed, this will contain information about the error that occurred.
successboolean or nullRead-only

True if the API call succeeded; false otherwise.

hasErrorboolean or nullRead-only
True if the API call failed.
statusCodeenum or null
The HTTP code of the response.
dataobject or null
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.