Server Side extension to trigger on only contributes-to link changes
I have as server side extension (follow-up action) developed to update a custom attribute based on contributes-to link changes.
I am using IOperationParticipant extension point with operation id is "com.ibm.team.workitem.o eration.workItemSave".
The script is getting triggered when any attribute is modified along with contributes-to link changes but when there is only changes in contributes-to
link the script is not getting triggered.
The extension point and the operation id are correct or are there any other extension points and operation id that can be used for the above mentioned
scenario.
Is there any general extension point or operation id to get which operation is getting triggered when there is only contribute-to link changes?