Create Issue RelationshipAsk AIpost https://{hostname}/api/issue-management/v1/issuelink/issue/{issueId}Use this API to create a relationship between an issue and related records.Path ParamsissueIduuidrequiredThe unique identifier of the issue. This value is obtained using the Get Issue API.Body ParamslinkTypeLabelstringenumrequiredThe label of the relationship.is related toAllowed:is related torelatedEntityTypestringenumrequiredThe entity type of the related record.ControlEvidenceInitiativeIssueRiskassessmentassetsentitiespoliciesproceduresprocessing-activitiesstandardsvendorsShow 13 enum valuesrelatedEntityIduuidrequiredThe unique identifier of the related record.Responses 201Successfully linked the Issue to the provided entity. 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago