Event Handling - not configurable
Hi,
In the "Project Area -> Process Configuration ->Event Handling", I see four events for "Process" but none can be configured. Same in the "Team Configuration" area for Event Handling. Why is this? Thanks! |
2 answers
Hi, Event handlers are contributed using extension point com.ibm.team.process.service.eventHandlers. If you didn't see any available handler, that means there is no handlers registered in the running time. If you are interested in event handling, you can refer to two extension points: com.ibm.team.process.service.configurationPoints and com.ibm.team.process.service.eventHandlers. You can use the first extension point to define events. And the second extension point is use to contribute handlers for the given events. |
Huangqf:
Do you have a sample or any reference guide to setup this event handler. Appreciate your help. Thanks, Hi, Event handlers are contributed using extension point com.ibm.team.process.service.eventHandlers. If you didn't see any available handler, that means there is no handlers registered in the running time. If you are interested in event handling, you can refer to two extension points: com.ibm.team.process.service.configurationPoints and com.ibm.team.process.service.eventHandlers. You can use the first extension point to define events. And the second extension point is use to contribute handlers for the given events. |
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.