wiki:CategorizedFieldsPlugin

Version 1 (modified by Cauly, 10 years ago) (diff)

New hack CatagorizedFieldsPlugin, created by cauly

Catagorized fields for Trac

Description

This plugin purpose on catagorizing ticket fields.

This plugin is designed for follow situation:

  • Your ticket has lot of fields.
  • The fields of ticket is varying in different condition.
  • Some fields of ticket should only be visible to authorized user (not implemented)

Bugs/Feature Requests

Existing bugs and feature requests for CatagorizedFieldsPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out CatagorizedFieldsPlugin from here using Subversion, or browse the source with Trac.

Installation

  1. Install the plugin just like any other
  2. Set up the trac.ini
    1. In [components] section, add:catagorizedfields.catagorizedfields = enabled
    2. Create a [catagorized-fields] section, and adds the catagories. e.g.:
      [catagorized-fields]
      # declare a catagory in syntax "(catagory_id) = (catagory_display_name)"
      cat1 = catagory_one
      
      # specify the hide condition in syntax "(catagory_id).hide_when_(condition-field) = (field-value1)[, (field-value2), ..]"
      cat1.hide_when_status = new, closed
      
    3. In [ticket-custom] section, specify your fields with catagory property:
      [ticket-custom]
      custom_field1 = text
      
      # declare one field with catagory in syntax "(field_id).catagory = (catagory_id)"
      custom_field1.catagory = cat1
      
  3. That's all.

Recent Changes

ChangeLog macro failed
No node catagorizedfieldsplugin at revision 18624

Author/Contributors

Author: cauly
Maintainer: Cauly
Contributors:

Attachments (2)

Download all attachments as: .zip