[rt-users] Priorities lost in RT2 to RT3 upgrade.
Jesper Louis Andersen
jlouis at diku.dk
Tue Jul 8 15:34:02 EDT 2003
Quoting Jesse Vincent (jesse at bestpractical.com):
> That sounds like RT::Ticket_Overlay doesn't take the Priority parameter.
> I'll take a patch to rt-bugs at fsck.com.
It does. Sets it to InitialPriority under RT::Ticket->Create(). But
changing that behaviour would surely be a bug. So add:
$args{'Priority'} = $args{'InitialPriority'} unless $args{'Priority'};
...
and then update %params further down to take $args{'Priority'}
(no, I am not going to do it).
Besides RT::Ticket->Import is dead code and should be elminated.
--
Jesper
More information about the rt-users
mailing list