[EWM] Automation of adding Precondition via RTC Java API to the Project Area
![]() Hello,
Is this possible to set the Pre-condition to the Project Area via RTC Java API
Example :
Pre-condition : Require Change set Delivery to Components
|
Accepted answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Jun 30 '22, 7:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER The precondition and its configuration is stored in the process XML. It is possible to read and write the process XML e.g. using the Plain Java Client Libraries. I am however pretty sure that this is not a supported operation. If you do something wrong, you can damage your process. Chandan M B selected this answer as the correct answer
Comments Thanks Ralph.
Any leads/example to modify the process xml programmatically. That would be helpful
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Google for Java XML frameworks. Also, search on Jazz.net, there have been examples how to use the Java API to read and write the process XML.
E.g. Google Java API process XML site:jazz.net
|