Wiki

Case Status Kiln
Register Log In

Wiki

 
FogBugz Plugin Interfaces (All…»Implementing IPluginProjectDis…
  • RSS Feed

Last modified on 12/15/2014 4:41 PM by User.

Tags:

Implementing IPluginProjectDisplay

Plugin Interfaces > Projects and Areas > IPluginProjectDisplay (Simple)

Introduction

This article will demonstrate a simple FogBugz plugin that implements the IPluginProjectDisplay interface contained in the FogCreek.FogBugz.Plugins.Interfaces class.

Functionality

This plugin will add a field to the project list at [FogBugz]/default.asp?pg=pgProjects to show the ixProject value.

It will also add a checkbox to the configuration page for a project.

Compile and Install It On Your Own

Download the source file:   IPluginProjectDisplay_Example.cs

Then follow these instructions to create a functioning plugin assembly: Compiling and Installing a FogBugz Plugin