Running external rtc plain java program during project Initailization

6 answers

i presume
you need to write a follow up action, a plug-in, which internally invokes your plain java program
or
have the plain java program functionality written into a plugin and use it as a follow-up action
here is another forum post which discusses a similar question
https://jazz.net/forum/questions/22842/area-initialization-follow-up-plugin
you need to write a follow up action, a plug-in, which internally invokes your plain java program
or
have the plain java program functionality written into a plugin and use it as a follow-up action
here is another forum post which discusses a similar question
https://jazz.net/forum/questions/22842/area-initialization-follow-up-plugin

there currently is no builtin function to enable what you want. as Dinesh mentions you would have to write a plugin to enable either approach.

I wish to change two parameters in default work items values, ie: insert the UUID of two access groups.
I wish to do this because you can only retrieve the UUID in the default java script using an HTTP call, I
would rather not do this every time a work item is created.
I wish to do this because you can only retrieve the UUID in the default java script using an HTTP call, I
would rather not do this every time a work item is created.

the extensions workshop is here https://jazz.net/library/article/1000
once you are successful, then you configure it thru the repository connections -> administer -process templates,
select it, then right click, Open, then in the Project configuration ->Project area initialization section
click Add to add your plugin to the list to be executed at project init for this process template.
(note that if someone users another template, your plugin won't run).
once you are successful, then you configure it thru the repository connections -> administer -process templates,
select it, then right click, Open, then in the Project configuration ->Project area initialization section
click Add to add your plugin to the list to be executed at project init for this process template.
(note that if someone users another template, your plugin won't run).
