FogBugz Plugins - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-06-19T21:02:06Z http://fogbugz.stackexchange.com/feeds/question/4369 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/4369/fogbugz-plugins FogBugz Plugins FogBugz FAQ 2010-09-03T21:09:18Z 2012-08-30T13:37:24Z <p>What are plugins and how do I get them?</p> http://fogbugz.stackexchange.com/questions/4369/fogbugz-plugins/4371#4371 Answer by FogBugz FAQ for FogBugz Plugins FogBugz FAQ 2010-09-03T21:16:36Z 2012-08-30T13:37:24Z <h2>What are plugins?</h2> <p>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.</p> <h2>Where do I get plugins and how do I install them?</h2> <p>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.</p> <p>If you're using FogBugz for your server, you can browse the <a href="http://www.fogcreek.com/fogbugz/plugins/" rel="nofollow">Plugin Gallery</a>, 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.</p> <p>FogBugz comes many great plugins already installed (there are many more in the <a href="http://www.fogcreek.com/fogbugz/plugins/" rel="nofollow">Plugin Gallery</a> and still more to come both from Fog Creek and developers like you):</p> <ul> <li><a href="http://www.fogcreek.com/FogBugz/Plugins/plugin.aspx?ixPlugin=9" rel="nofollow">Custom Workflow</a> Customize case categories, statuses and assignment</li> <li><a href="http://www.fogcreek.com/FogBugz/Plugins/plugin.aspx?ixPlugin=3" rel="nofollow">Project Backlog</a> Use FogBugz in a Agile/Scrum development environment</li> <li><a href="http://www.fogcreek.com/FogBugz/Plugins/plugin.aspx?ixPlugin=5" rel="nofollow">URLTrigger</a> Send custom HTTP requests triggered by FogBugz events</li> <li><a href="http://www.fogcreek.com/FogBugz/Plugins/plugin.aspx?ixPlugin=1" rel="nofollow">Custom Fields</a> Add a new case field in minutes</li> <li><a href="http://www.fogcreek.com/FogBugz/Plugins/plugin.aspx?ixPlugin=4" rel="nofollow">Wiki Table</a> of Contents Insert a dynamically-updating table of contents into wiki pages</li> </ul> <h2>Enabling and Disabling</h2> <p>Plugins can be enabled or disabled by FogBugz administrators by clicking the "yes" or "no" link in the <strong>Enabled</strong> column on the plugins admin page, accessible by clicking <strong>Plugins</strong> from the <strong>Admin</strong> menu. Disabling a plugin preserves its data in the FogBugz database in case you need to enable it again later.</p> <h2>Configuring Plugins</h2> <p>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.</p>