
fabien.ubuntu at gmail
Nov 19, 2009, 8:03 AM
Post #1 of 1
(307 views)
Permalink
|
|
Custom "reassign to" list of users
|
|
Hi, I have a trac setup with many users (around 1000), but few contributors (let say 50). My trac is configured to use "restrict_owner = true", but reassigning tickets to another owner is quite boring because of the list being so big ! I would like to use a simple flat file of users who are really contributors (ie can get ticket ownership)... How can I do that ? I had a look at the FlexibleAssignTo plugin, but it doesn't seem very maintainted and it's quite complex for the small thing I want to do. I tried to hack in ticket/api.py to have a specified list of users in eventually_restrict_owner(), but it only works for "custom query" reports ("owner is" filter), not in ticket modification (with field reassign to)... Could somebody point me to the right portion of code where I can modify that ? Thanks a lot for your help. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=.
|