1

What are plugins and how do I get them?

flag

1 Answer

1

What are plugins?

Plugins are modules (.NET assemblies to be precise) which run inside of FogBugz to change or add to the look and feel and functionality of the application. The robust plugin architecture allows you to make changes to all areas of FogBugz: cases, wikis, discussion groups, email handling and time tracking. Plugins can add all new pages and tools to FogBugz or change existing interfaces such as the case view. Plugins can even create new APIs to allow connections to other applications.

Where do I get plugins and how do I install them?

If you're using FogBugz On Demand, you can install new plugins by going to Admin > Plugins and clicking "View All Available Plugins" at the button of the page. This will bring you to a page where you can see all of the plugins that you're able to install on your On Demand account.

If you're using FogBugz for your server, you can browse the Plugin Gallery, or install one locally from a different source. If you don't find the functionality you need, try writing your own in your favorite .NET language.

FogBugz comes many great plugins already installed (there are many more in the Plugin Gallery and still more to come both from Fog Creek and developers like you):

  • Custom Workflow Customize case categories, statuses and assignment
  • Project Backlog Use FogBugz in a Agile/Scrum development environment
  • URLTrigger Send custom HTTP requests triggered by FogBugz events
  • Custom Fields Add a new case field in minutes
  • Wiki Table of Contents Insert a dynamically-updating table of contents into wiki pages

Enabling and Disabling

Plugins can be enabled or disabled by FogBugz administrators by clicking the "yes" or "no" link in the Enabled column on the plugins admin page, accessible by clicking Plugins from the Admin menu. Disabling a plugin preserves its data in the FogBugz database in case you need to enable it again later.

Configuring Plugins

Once installed, plugins are configured via the "Configure" icon next to their names on the Plugin admin page. The icon only appears next to plugins that have configurable options.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.