
This is only tested with RT version 3.4.4.

1 . Copy html/Projects directory to <rt-root>/share/html

2 . (Optional) Create custom fields for your queue (e.g. Scope)

3 . (Optional) Add menu item 'Projects' into <rt-root>/share/html/Elements/Tabs
    in $basetabs add following:
                    Z => { title => loc('Projects'),
                           path => 'Projects/'
                         },


