oshai
oshai

Reputation: 15365

How to connect mylyn to mssql bug tracking system

I am using eclipse and want to use mylyn. however my bug tracking system is home made mssql based system. is there an easy way to plug it to mylyn? how can I achieve that?

Upvotes: 0

Views: 180

Answers (2)

Peter Štibraný
Peter Štibraný

Reputation: 32903

There is generic SQL-connector that may work for you. Reading documentation, I wouldn't call it "easy way", but see for yourself. http://wiki.eclipse.org/Mylyn/Incubator/Generic_SQL_Connector

Upvotes: 2

maximdim
maximdim

Reputation: 8169

If your bug tracking system has web based front end you might try Mylyn Generic Web Templates Connector. There you can scrap data from pretty much any web page. I believe Generic Connector is not part of the main Mylyn install - you would need to install Mylyn Extras.

Upvotes: 2

Related Questions