How to automate the creation of DNG Review Object from an EWM Work item

One answer

This sums up all public APIs: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
For EWM work item creation, you could create a follow up action that runs in the EWM server.
The EWM Extensions Workshop explains how that works. There are some issues with that workshop.
The EWM Extensions Workshop explains how that works. There are some issues with that workshop.
I would suggest to start here: https://rsjazz.wordpress.com/2024/02/09/ewm-rational-team-concert-extensions-workshop-changes-for-7-0-3/ . There are more examples and posts on that (my) blog around the SDK and the Java API.
You would have to use the OSLC API in DNG to create and link the artifact. I have not tried that yet.
You would have to use the OSLC API in DNG to create and link the artifact. I have not tried that yet.