Contents
Provide custom fields programmatically
Note: this plugin may be rather silly. See the comments on http://trac.edgewall.org/ticket/8290
Description
The CustomFieldProviderPlugin provides an extension point that is used to populate custom fields programmatically. Plugins may implement the ICustomFieldProvider interface and have their custom ticket fields registered.
Bugs/Feature Requests
Existing bugs and feature requests for CustomFieldProviderPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out CustomFieldProviderPlugin from here using Subversion, or browse the source with Trac.
Example
See the SampleCustomFieldProvider in example.py for an example. Documentation on how to use the interface is in interface.py:
Recent Changes
Author/Contributors
Originally developed at The Open Planning Project
Author: k0s
Maintainer: none
Contributors:

