Community
Participate
Working Groups
Build Identifier: Serena Business Mashups (SBM) is a commercial, workflow based ticket system. An experimental Mylyn connector for SBM2009R2 can be found at this update site: http://brutex.net/updates/ Help to improve this to a full featured, stable connector is very welcome. Brian Reproducible: Always
Great to hear. Brian, please consider adding the connector the Mylyn extensions wiki page and Eclipse Marketplace.
Created attachment 191371 [details] Error on query creation
Hi Brian, I just tried the plug-in witt my SBM server. However, I cannot create a new query because a "Query Synchronization Failed" was prompted. It seems that some entries cannot be parsed properly, I attached the snapshot Query Synchronization Failed.PNG. Is there a project in bugzilla to submit the bug, or I should use "mylyn" as the project in bugzilla? Thanks.
(In reply to comment #3) > Hi Brian, > > I just tried the plug-in witt my SBM server. > However, I cannot create a new query because a "Query Synchronization Failed" > was prompted. > > It seems that some entries cannot be parsed properly, I attached the snapshot > Query Synchronization Failed.PNG. > > Is there a project in bugzilla to submit the bug, or I should use "mylyn" as > the project in bugzilla? > > Thanks. (In reply to comment #3) > Hi Brian, > > I just tried the plug-in witt my SBM server. > However, I cannot create a new query because a "Query Synchronization Failed" > was prompted. > > It seems that some entries cannot be parsed properly, I attached the snapshot > Query Synchronization Failed.PNG. > > Is there a project in bugzilla to submit the bug, or I should use "mylyn" as > the project in bugzilla? > > Thanks. Hi, from the screenshot it is not obvious to me which query you used. It seems to be just empty (you can see the TS_ID>0 (()) part). I think the most easy solution here is to help you out directly using a remote session. I will contact you on your email address regarding this. Currently there is no separate bugzilla project, so please use the mylyn project, but makre sure that you have "SBM Connector" in the title as well. Cheers Brian
(In reply to comment #4) Resolution: You have to use a query, the query window cannot be emtpy. Examples: TS_ID>0 /*find all items*/ TS_STATE in (select TS_ID from TS_STATES where TS_NAME in ('NEW', 'ASSIGNED', 'IMPLEMENTATION') /*find items in certain states/* TS_OWNER = (select TS_ID from TS_USERS where TS_LOGINID='<yourusername>') /*find items you own/* TS_PROJECTID in (select TS_ID from TS_PROJECTS where TS_NAME like 'Brutex%') /*find all items in any project starting with Brutex*/ Cheers Brian
Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn