Wiki

Case Status Kiln
Register Log In

Wiki

 
"How To" Guides»Implementing IPluginBugCommit,…»Using the BugField Library
  • RSS Feed

Last modified on 1/2/2015 1:37 PM by User.

Tags:

Using the BugField Library

Introduction

The BugField library is contained in [path to FogBugz]/PluginUtils/bin/FogCreek.Plugins.BugField.dll

BugField does most of the work in adding a custom field to FogBugz cases by implementing all these interfaces for you:

Getting Started

...

Example: CRM Plugin

This plugin adds a "Customer ID" field to FogBugz cases.

Functionality

...

to be written

...

Compile and Install It On Your Own

Download the source file:   CRM_Plugin.cs

Put this image in a folder named "static" and zip it alongside your dll when installing  customer_icon.gif

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