wiki:QueuesPlugin

Version 2 (modified by Rob Guttman, 13 years ago) (diff)

--

Manages named queues via drag-and-drop

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin converts one or more reports into ticket 'queues'. A ticket queue allows you to drag-and-drop tickets in your desired order. Ticket positions in a queue get maintained in a custom field.

The motivation for this plugin is for when you want to organize a queue of tickets in the order you intend to tackle the work. Tickets could either use the milestone field as the 'bucket' or use a separate (custom) field. See the examples below for more details.

Configuration

  1. Install the plugin (after downloading and unzipping):
    cd queuesplugin/0.12
    sudo python setup.py bdist_egg
    sudo cp dist/TracQueues*.egg /your/trac/location/plugins/
    

See TracPlugins for more installation details and options. You'll likely need to restart Trac's web server after installation.

  1. Enable the plugin:
    [components]
    queues.* = enabled
    

You can alternatively use the Trac Web Admin GUI to enable any or all rules.

  1. Create a custom field to contain the position information - example trac.ini config:
    [ticket-custom]
    position = text
    
  1. Create/modify reports to be used as ticket queues whose first column's name must match the (custom) field created in step 3 above:
    • Can contain uppercase characters (which will get converted to lowercase)
    • Can use spaces (which will get removed)
  1. Tell the queues plugin which reports to convert to queues - example trac.ini config:
    [queues]
    reports = 9, 10
    

See the examples below for more detailed configuration examples and capabilities.

Bugs/Feature Requests

Existing bugs and feature requests for QueuesPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:queuesplugin here].

Source

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

Example

Examples...

Recent Changes

16027 by rjollos on 2016-11-29 01:21:11
Remove eclipse project files
15979 by rjollos on 2016-11-17 08:39:03
1.2.0dev: Replace virtual script by using add_script_data

Fixes #11632.

15978 by rjollos on 2016-11-17 08:18:00
1.2.0dev: Adapt to Trac 1.0+ database API

  • Create a new branch for Trac 1.2 and later.
  • Drop compatibility code for Trac < 1.2

Patch by justinludwig.

Fixes #12934.

(more)

Author/Contributors

Author: robguttman
Maintainer: robguttman
Contributors:

Attachments (3)

Download all attachments as: .zip