How can I get task data from mylyn task manager? [message #859159] |
Fri, 27 April 2012 09:43  |
Eclipse User |
|
|
|
Hi,
We have a osgi plugin that has a ecore model where we concentrate data for all our software components.
I would like to integrate project management info on it and be able to create new mylyn task from it.
So how could I access the mylyn's task list from our plugin?
could someone point me the way to accomplish this?
thanks,
Cristiano
|
|
|
Re: How can I get task data from mylyn task manager? [message #869618 is a reply to message #859159] |
Thu, 03 May 2012 14:00  |
Eclipse User |
|
|
|
Hi,
you can obtain an instance of the data model through internals:
TasksUiInternal.getTaskList() . That provides you access to all tasks
stored
in the task list. On a related note, we have an open feature request to
provide access through API:
239994: [api] provide access to task list
https://bugs.eclipse.org/bugs/show_bug.cgi?id=239994
Generally, I would recommend asking development related questions on the
mylyn-integrators mailing list where more people are listening who are
developing Mylyn based extensions:
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
Cheers,
Steffen
Cristiano Gaviao wrote:
> Hi,
>
> We have a osgi plugin that has a ecore model where we concentrate data for
> all our software components.
>
> I would like to integrate project management info on it and be able to
> create new mylyn task from it.
>
> So how could I access the mylyn's task list from our plugin?
>
> could someone point me the way to accomplish this?
>
> thanks,
>
> Cristiano
--
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com
|
|
|
Powered by
FUDForum. Page generated in 0.24027 seconds