I’m using Trac (v0.11), and I’d like to:
- automatically assign a ticket to someone, as it’s opened, basing on certain rules
- hide the “assign to” and “CC” fields from the “new ticket” screen
How can I do that (scripting, workflows, etc.)?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).