Pritesh Patel
Pritesh Patel

Reputation: 2019

Mylyn connector for custom webservice

I need Mylyn connector to communicate with my custom webservice. We have our customized bug tracker system and I want to link it with Mylyn task repository. I am able to create custom webserivce which can return specific kind of result to link with Mylyn connection.

Anyone have idea about such connector which allow you to connect with custom webservice?

I know about web connector but it has limited capabilities.

Thanks

Upvotes: 3

Views: 584

Answers (1)

Torsten
Torsten

Reputation: 6204

You would need to implement your own connector implementation possibly based on existing other implementations (The Redmine or Mantis connector come to mind).

That includes providing both a core and ui plugin at least. Reading the Eclipse Wiki might give you a good starting point: http://wiki.eclipse.org/Mylyn_Integrator_Reference

Upvotes: 2

Related Questions