[rt-users] Searching For Tickets Without Reminders

Ram ram0502 at gmail.com
Tue Jan 7 15:29:53 EST 2014


>
>
> > One of the users asked if we can modify the 'my stagnant tickets' search
> > to omit tickets that have an open reminder set. This seems like a
> > reasonable approach. Anyone know how to do this using RT Ticket Searches?
> >
>


> You can create a ticket CustomField 'has_open_reminder' and create an
> global scrip which:
> * on reminder create set the ticket CF 'has_open_reminder' to 'yes'
> * on reminder open set the ticket CF 'has_open_reminder' to 'yes'
> * on reminder close set ticket CF 'has_open_reminder' to ''
> You can then add to your dashboard search:
> AND 'CF.{has_open_reminder}' != 'yes'
>

This is a clever approach, thanks for the suggestion Chris.

cheers
ram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20140107/8f83b974/attachment.htm>


More information about the rt-users mailing list