Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] how to get ITask object from task ID?

Any connector that supports looking up tasks by an ID should be able
to support opening repository tasks. You can try this for Bugzilla if
you type a number into the task list search field and then follow the
link that says "Search repository for key or summary". Setting a break
point in BugzillaRepositoryConnector.getTaskData() should give you an
idea how this works internally.

Thanks, i will have a try, haha

Are you planning to make your connector available publicly? If so
please feel free to comment on this bug to let others know who have
expressed interest in a connector for StarTeam:
em, not sure yet, i guess there will be IP problem even i develop it just for fun:)
i will check with my boss...
hopefully, it could be public.


  Thanks & Best Regards!

               ///
              (. .)
  --------ooO--(_)--Ooo--------
  |         Nick Tan          |
  -----------------------------



On Wed, Oct 20, 2010 at 9:18 AM, Steffen Pingel <steffen.pingel@xxxxxxxxxxx> wrote:
> how can i open tasks directly from the repository? i never do this before.
> what' if my connector don't support this operation? i guess it also designed
> for b/s tracking system, right?
> but for my c/s system, there's no URL to access the task (though i can
> simulate a URL for retrieve tasks...)

Any connector that supports looking up tasks by an ID should be able
to support opening repository tasks. You can try this for Bugzilla if
you type a number into the task list search field and then follow the
link that says "Search repository for key or summary". Setting a break
point in BugzillaRepositoryConnector.getTaskData() should give you an
idea how this works internally.

Are you planning to make your connector available publicly? If so
please feel free to comment on this bug to let others know who have
expressed interest in a connector for StarTeam:

 147035: [connector] Borland StarTeam
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=147035

Steffen

--
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com
_______________________________________________
mylyn-integrators mailing list
mylyn-integrators@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators


Back to the top