简体   繁体   中英

Automatic assignment of tickets with Trac

I'm using Trac (v0.11), and I'd like to:

  1. automatically assign a ticket to someone, as it's opened, basing on certain rules
  2. hide the "assign to" and "CC" fields from the "new ticket" screen

How can I do that (scripting, workflows, etc.)?
Thanks

Point 1 is solved using Components , standard Trac entities that can be associated to an automatic assignee of the Ticket.

Point 2 is solved by the powerful BlackMagicTicketTweaks plugin (it hides, disables or changes the name of fields on the Ticket form).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM