Automatic assignment of tickets with Trac - Stack Overflow most recent 30 from stackoverflow.com2009-12-23T03:39:08Zhttp://stackoverflow.com/feeds/question/1018663http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1018663/automatic-assignment-of-tickets-with-trac0Automatic assignment of tickets with Tracfriol2009-06-19T15:42:15Z2009-06-19T19:59:01Z
<p>Hello,
I'm using <strong>Trac</strong> (v0.11), and I'd like to:</p>
<ol>
<li>automatically assign a ticket to someone, as it's opened, basing on certain rules<br/></li>
<li>hide the "assign to" and "CC" fields from the "new ticket" screen</li>
</ol>
<p>How can I do that (scripting, workflows, etc.)?<br/>
Thanks</p>
http://stackoverflow.com/questions/1018663/automatic-assignment-of-tickets-with-trac/1018753#10187531Answer by friol for Automatic assignment of tickets with Tracfriol2009-06-19T16:00:42Z2009-06-19T19:59:01Z<p>Point 1 is solved using <strong>Components</strong>, standard Trac entities that can be associated to an automatic assignee of the Ticket.</p>
<p>Point 2 is solved by the powerful <a href="http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin" rel="nofollow">BlackMagicTicketTweaks</a> plugin (it hides, disables or changes the name of fields on the Ticket form).</p>