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

Follow-up action is not displayed

The follow-up action is not getting displayed.
Firstly created a plugin project, and added a extension point IOperationParticipant.
The Plugin.xml file is as below.

<plugin>
   <extension
         point="com.ibm.team.process.service.operationParticipants">
      <operationParticipant
            class="rtc_extension_plugin.CheckSummaryParticipant"
            id="rtc_extension_plugin.operationParticipant1"
            name="Check Summary Participant"
            operationId="com.ibm.team.workitem.operation.workItemSave">
         <extensionService
               componentId="rtc_extension_plugin.extensionService1"
               implementationClass="rtc_extension_plugin.CheckSummaryParticipant">
            <prerequisites>

                <requiredService
                interface="com.ibm.team.workitem.service.IWorkItemServer"/>
                <requiredService
                interface="com.ibm.team.build.internal.common.ITeamBuildService"/>
                <requiredService
                interface="com.ibm.team.build.internal.common.ITeamBuildRequestService"/>

            </prerequisites>
         </extensionService>
      </operationParticipant>
   </extension>

</plugin>

After restarting the server, the follow-up actions is not displayed.

The reference article for OperationAdvisor is working fine. Same proceedure is used to create the OperationParticipant.
https://www.ibm.com/developerworks/mydeveloperworks/blogs/extendingrtc/?lang=en

Please help.

0 votes


Be the first one to answer this question!

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,951
× 457

Question asked: Nov 14 '12, 8:44 a.m.

Question was seen: 4,346 times

Last updated: Nov 14 '12, 8:44 a.m.

Confirmation Cancel Confirm