Hi,
I want my Confluence home page to display bugs from Bugzilla. Is there a specific macro plug-in for this, or a script that I can run?
Any help in this regard is appreciated.
Regards,
Srini
I have developed a Bugzilla connector that makes REST calls to a Bugzilla 5.x server, plus a set of macros to enter bug links, or display a list of search results in a table. If you are interested to learn more, let me know.
Hi Bill!
I just found your answer via Google search and i am very intererested in your bugzilla connector for confluence. Can you tell me more about it?
Regards!
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Stefan,
It is a two-part solution. I have a plugin that builds a REST connection to a Bugzilla instance (set in the admin console). REST calls are returned as Java objects that are available in the Velocity context. Then I have a set of user macro:
The way it is structured, anyone familiar with Velocity could create their own macros for custom application. For example, I have a customer who stores release note data in Bugzilla. That information can now be brought in to Confluence, properly formatted for output to PDF release notes, all from a single macro with a search string. It greatly simplified their release-note process.
I don't have a publicly accessible demo site set up yet (too busy solving customer issues ), but you can contact me through my website www.marketcomllc.com if you want more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill!
Thanks for your reply. I tried to open your website, but it seems that your server is down...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at this page: https://www.cloudpipes.com/integrations/bugzilla/confluence It seems to provide some integration.
-- Pedro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.