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

Can we use two equal follow-up action processors

Hello!
We developed a simple follow-up action for Rational Team Concert. But now we need to set two working actions of it for different sets of parameters in the same project area. In other words, we added two custom follow-up actions with next parameters:

                    <followup-actions>
                        <followup-action xmlns="http://com.finecosoft.jci_adaptor.rtc.direct.workitem.extensions.service/server/BuildSyncMsgOnChange" description="When the specified work item type changes, a synchronization message will be created." id="com.finecosoft.jci_adaptor.rtc.direct.workitem.extensions.service.buildSyncMsgOnChange" name="RTC Synchro Direct Service Plug-in">
                            <trigger>
                                <changed-workitem-type id="defect"/>
                            </trigger>
                            <params>
                                <create-remote-item value="true"/>
                                <folder-out value="/home/admin/finecosoft_rtc_jira/rtc_out"/>
                                <fieldname-remote-id value="RELATED_ID"/>
                                <debug-mode value="true"/>
                                <tech-user value="JCI_USER"/>
                                <public-uri-ccm value="https://localhost:7443/jazz"/>
                            </params>
                        </followup-action>
                        <followup-action xmlns="http://com.finecosoft.jci_adaptor.rtc.direct.workitem.extensions.service/server/BuildSyncMsgOnChange" description="When the specified work item type changes, a synchronization message will be created." id="com.finecosoft.jci_adaptor.rtc.direct.workitem.extensions.service.buildSyncMsgOnChange" name="RTC Synchro Direct Service Plug-in">
                            <trigger>
                                <changed-workitem-type id="com.finecosoft.workitem.type.requestbat"/>
                            </trigger>
                            <params>
                                <create-remote-item value="true"/>
                                <folder-out value="/home/admin/finecosoft_rtc_jira/rtc_out_requestbat"/>
                                <fieldname-remote-id value="RELATED_ID"/>
                                <debug-mode value="true"/>
                                <tech-user value="JCI_USER"/>
                                <public-uri-ccm value="https://localhost:7443/jazz"/>
                            </params>
                        </followup-action>

You can see that service is the same everywhere but the parameters are slightly different to each other!

Can somebody confirm that this case is permitted? Or may be it's not correct case because it isn't supported by Jazz archtecture?

Thank you in advance!

0 votes


Accepted answer

Permanent link
Hi Dmitry,

this is absolutely supported. The order of execution is from top down.
There are other configurable advisors (or follow up actions) that need to be configured multiple times. So, this is a valid use case.
Dmitry A. Lesin selected this answer as the correct answer

0 votes

Comments

Hi Ralph,
Thank you for confirmation of this fact!

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,938

Question asked: Oct 17 '14, 10:42 a.m.

Question was seen: 4,201 times

Last updated: Oct 20 '14, 10:51 a.m.

Confirmation Cancel Confirm