Is there a RTC extension for MediaWiki
A team in my company has used Bugzilla and MediaWiki (with the Bugzilla extension http://www.mediawiki.org/wiki/Extension:Bugzilla_Reports). So they were able to display queries and defect items directly in MediaWiki.
Now they want to change to RTC and the question is, if there is a similar extension between RTC and MediaWiki?
5 answers
I have done this in other contexts, although I have not done this with MediaWiki.
Comments
Hi Daniel,
this means that content of this snipped is statically.
What this team does on MediaWiki with the bugzilla plugin is that dynamically all WorkItems where the users are working on are linked on MediaWiki.
E.g. if a release is scheduled they want to know which WorkItems are closed in this Release and which are still open - to any time until the release.
At the moment this is created dynamically - every time a WorkItem is scheduled for this release it pops up inside MediaWiki.
The same is needed with RTC - dynamically. A workaround where the user has to create and copy static html snippets is not wanted by the team :(
The snippet provides a widget on the page, the widget will run a real time query that will return the results of the query that you select. You need to cut and paste the HTML into the page only ONCE. Try it out and you will see what I mean. I have done this on Google pages, and have added things like open social gadgets to Jazz dashboards, Google apps, and other places. The widget technology is fairly mature now, so I would expect that MediaWiki would probably support something like this.
We implemented the html export inside a webpage. Chrome and IE works properly but Firefox shows no content if we use a local widget. The unusual thing is that it works if we implement the widget shown in the wiki (https://jazz.net/wiki/bin/view/Main/EmbeddableJazzWidgets).