How to programmatically update Process Configuration Source
After found this post (https://jazz.net/forum/questions/6862/where-is-the-xml-file-saved-for-process-configuration-source/6865) from the Jazz Process Team:
We tried to write a Plain Java Client to programmatically update all existing project areas in our repository.
First we retrieved the Process Configuration Source from a process template:
Then, we tried to update the Process Configuration Source of the project area:
Although we fetched a working copy of the process, we get a "com.ibm.team.repository.common.internal.ImmutablePropertyException" exception. Any advice?
Thanks in advance.
|
One answer
Ok, we found this post https://jazz.net/forum/questions/49535/how-to-get-process-template-source, and now with the code below it works:
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.