Create IssueAsk AIpost https://{hostname}/api/issue-management/v1/issuesUse this API to create an issue.Body Paramsnamestringrequiredlength β€ 300The name that describes the issue.orgGroupIduuidrequiredThe unique identifier of the organization associated with the issue.prioritystringenumrequiredThe priority level of the issue.LowMediumHighCriticalAllowed:LowMediumHighCriticaldescriptionstringlength β€ 4000The description of the issue.deadlinedateThe date by which the issue should be resolved.ownerIdsarray of uuidsThe unique identifiers of the issue owners who will remediate the issue.ownerIdsADD uuidapproverIdsarray of uuidsThe unique identifier(s) of the users assigned as approvers of the issue.approverIdsADD uuidreasonForClosurestringThe reason why the issue was closed.categorystringThe category of the issue.sourceTypestringenumThe entity type of the source record.RiskControlEvidenceInitiativeIssueRiskassessmentassetsentitiespoliciesproceduresprocessing-activitiesstandardsvendorsShow 13 enum valuessourceIduuidThe unique identifier of the source record.notestringThe notes related to resolving the issue.actionPlanstringThe remediation plan for the issue.attributesobjectThe details of the associated attributes.attributes objectResponses 201Issue created successfully 400Source entity Not Found 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago