Reputation: 15365
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
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
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