Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

Hello,

i need a little help, please.

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

Thanks!

0 votes



One answer

Permanent link
Iterations are stored in the project area, so you would place your follow-up action on the "save project area" action.

1 vote

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!




Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,936
× 27

Question asked: Oct 01 '15, 4:07 p.m.

Question was seen: 4,184 times

Last updated: Oct 02 '15, 1:49 p.m.

Confirmation Cancel Confirm