Operation Behavior (Follow-up action) when a iteration is created
One answer
Comments
Thanks Geoffrey.
But for the process behavior, only has these options:
Process:
* Accept Team Invitation (Client)
* Accept Team Invitation (Server)
* Generate Team Invitation (Server)
* Save Process Description (Server)
* Save Team Area (Server)
I think it's not possible!
You could try Save Process Description (Server) but I am not sure if that is the one that governs this operation.
I found something that might help me:
https://jazz.net/forum/questions/99222/how-to-run-operation-advisorpartecipant-when-a-project-area-is-saved
They managed to add directly in then process configuration XML. I'll try.
Based on the link above, I created the configuration below:
<behavior>
<role id="default">
<operation id="com.ibm.team.process.server.saveProjectArea">
<followup-actions>
<followup-action id="id_of_my_follow-up" name="name_of_my_follow-up"/>
</followup-actions>
</operation>
</role>
<behavior>
... but the operation participant is not invoked!
It is not that easy.. start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/