It's all about the answers!

Ask a question

Operation Behavior (Follow-up action) when a iteration is created


Pietro Bottino (35614) | asked Oct 01 '15, 4:07 p.m.
Hello,

i need a little help, please.

Is it possible to call an Operation Behavior (Follow-up action) when an iteration is created?

Thanks!

One answer



permanent link
Geoffrey Clemm (30.1k33035) | answered Oct 01 '15, 5:05 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Iterations are stored in the project area, so you would place your follow-up action on the "save project area" action.

Comments
Pietro Bottino commented Oct 02 '15, 9:44 a.m. | edited Oct 02 '15, 9:45 a.m.

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!



Ralph Schoon commented Oct 02 '15, 10:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You could try Save Process Description (Server) but I am not sure if that is the one that governs this operation.


Pietro Bottino commented Oct 02 '15, 11:53 a.m.

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.


Pietro Bottino commented Oct 02 '15, 12:49 p.m. | edited Oct 02 '15, 12:50 p.m.

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!





Ralph Schoon commented Oct 02 '15, 1:49 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Your answer


Register or to post 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.