Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Task activation/desactivation observation

Using an ITaskActivationListener the recommended way to observe task (de)activations. You can register an IContextUiStartup extension to ensure your plug-in is started on first task activation so that you don't miss any events.

Note that the built-in time tracking in Mylyn is very limited and only accurate for tracking activity in Eclipse. As David has pointed out there are commercial extensions that provide much more fine-grained time tracking that extends to the desktop.

Steffen


On Tue, Apr 5, 2011 at 7:22 PM, Alexandre Mazari <amazari@xxxxxxxxxx> wrote:
Mylyn devs,

Thanks for the great solution, it helps me keeping focus on my current
task, schedule my work days and communicate with my fellow developers
via Bugzilla. Mylyn rocks. Period :)

One thing Mylyn doesn't provide in my daily routine process is the
automatic filling of my company time-tracking tool.
Basically it is a way for the administrative service to know how many
over-the-bill hours were made by each employee. As a lot of us at Igalia
work remotely, it is necessary to report worked hours.
We use an in-house built but free software tool called PHPReport
(http://phpreport.igalia.com/) that offers REST services (well not fully
REST compliant but that's another story) to push accomplished tasks.

So today I was investigating doing a small plugin, sending data to
PHPReport at Mylyn task-desactivation time.
Sadly, I couldn't find a way to observe Task lifecycle from the outside.
Correct me if I am wrong but there is no extension point to push
ITaskActivationListener implementation.

Is there a recommended way to be notified at Task
activation/desactivation time ?

Thanks for your time,

Regards,
Alexandre Mazari

_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev



--
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com

Back to the top