When assigning or reassigning a risk instance using XOG, the users do not receive notifications (available in Organizer).
Steps to Reproduce:
<risk [...] ownerCode="user" [...]></risk>Expected Results: The user receives a notification 'This risk has been assigned to you.' available in the Organizer.
Actual Results: The user does not receive any notification in the Organizer.
Similarly, the notification 'The following risk has been reassigned.' is not received when the risk is reassigned to a different user when using XOG.
Clarity 16.3.3
DE205257
This issue is under review.
Workaround: Use the equivalent REST API endpoint for updating the risk instance:
PATCH http://example.com/ppm/rest/v1/projects/5xxxxxx/risks
Body:
{"d":[{"assignedTo":"5yyyyyy","_internalId":5zzzzzz}]}
Replace:
5xxxxxx: Internal Project ID5yyyyyy: Internal Resource ID5zzzzzz: Internal Risk ID