Automatic assignment of tickets with Trac - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T03:39:08Z http://stackoverflow.com/feeds/question/1018663 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1018663/automatic-assignment-of-tickets-with-trac 0 Automatic assignment of tickets with Trac friol 2009-06-19T15:42:15Z 2009-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#1018753 1 Answer by friol for Automatic assignment of tickets with Trac friol 2009-06-19T16:00:42Z 2009-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>