wiki:TracUserSelectFieldPlugin

Version 7 (modified by figaro, 7 years ago) (diff)

Initial cleanup

Set a specific user according to workflow

Description

This plugin enables a field to select a specific user according to configuration. This field can later be used in workflow.

  1. Create a select Custom Field:
project_usera = select
project_usera.format = user
project_usera.user = Manager     

where:

  • field type must be 'select',
  • format must be 'user',
  • user is optional and default to 'authenticated', and can be set to comma separated users, groups or PERMISSIONS.

  1. Use this user in workflow:
    pj0102_test = PJ01 -> PJ02
    pj0102_test.operations = set_owner
    pj0102_test.name = test
    pj0102_test.set_owner = $project_usera
    

all you need to do is use a '$' with the field name.

Bugs/Feature Requests

Existing bugs and feature requests for TracUserSelectFieldPlugin are here.

If you have any issues, create a new ticket.

defect

2 / 2

Download

Download the zipped source from here.

Source

You can check out TracUserSelectFieldPlugin from here using Git.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Special: UserSelectFieldPlugin should be activated, but PatchedTicketSystem is not supposed to be activated!

Then make the following changes in your trac.ini file:

tracuserselectfield.userselectfield.userselectfieldplugin = enabled

Author/Contributors

Author: cauly
Maintainer: Cauly
Contributors:

Attachments (2)

Download all attachments as: .zip