Customizing user interface

What’s the best way to make it so that members of a certain group only see
tickets from a certain queue, and can only do certain things to it. For
instance, if they’re “approvers”, I want them to see just the description
of the ticket and then just a button to accept and a button to decline,
without any of the other menus and stuff. Is the best way to do that to
write my own web code, or can it be done with ACLs and custom queries, or
dashboards, or what?

http://www.linkedin.com/in/paultomblin
http://careers.stackoverflow.com/ptomblin

What’s the best way to make it so that members of a certain group only see tickets from a
certain queue, and can only do certain things to it. For instance, if they’re “approvers”, I
want them to see just the description of the ticket and then just a button to accept and a
button to decline, without any of the other menus and stuff. Is the best way to do that to
write my own web code, or can it be done with ACLs and custom queries, or dashboards, or what?

You probably just want the Approvals UI, available under Tools, and
which can send mail to folks directing them to it.

-kevin