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!
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!