Community
Participate
Working Groups
I have a task connector that would like to use the support extension, but its support requests are not sent to a task repository, but rather a custom web form. It would be good to have a way to support this via the normal error reporting extension instead of doing something custom.
I have moved the API that was added to AbstractTaskContributor to a new class named AbstractSupportHandler since the old extension point is now deprecated and the methods are no longer invoked. It is now possible to invoke ITaskContribution.setHandled() in AbstractSupportHandler.process() to stop further processing and the creation of a task.
Created attachment 137784 [details] mylyn/context/zip