File: initialdata

package info (click to toggle)
rt-extension-repeatticket 2.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: perl: 4,006; sh: 70; makefile: 45
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
@CustomFields = (
    {
        Name => 'Original Ticket',
        Type   => 'FreeformSingle',
        Queue  => '0',
        LinkValueTo => RT->Config->Get('WebPath') . '/Ticket/Display.html?id=__CustomField__',
    }
);