It's all about the answers!

Ask a question

Event Handling - not configurable


T M (8878188143) | asked Nov 19 '11, 7:10 a.m.
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



permanent link
Qiong Feng Huang (76911610) | answered Nov 20 '11, 8:02 a.m.
JAZZ DEVELOPER
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!


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.

permanent link
Rukmesh Kumar Poola (611) | answered Nov 21 '11, 4:50 p.m.
Huangqf:
Do you have a sample or any reference guide to setup this event handler. Appreciate your help.

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


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


Register or 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.