> 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 [email protected] https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
