Display stalled tickets in search result

Hi,

How can I tell RT to show stalled tickets on the ticket result page?

We have this in our RT_SiteConfig file:
@ActiveStatus = qw(new open stalled dev0) unless @ActiceStatus;
@InactiveStatus = qw(resolved rejected deleted) unless @InacticeStatus;

Why isn’t the tickets with status stalled and dev0 displayed?

–Hilde

Hilde T Lauvset Rafaelsen wrote:

How can I tell RT to show stalled tickets on the ticket result page?

Use “status = stalled” in your search criteria?