RT::Condition::UntouchedInHours

Where is RT::Condition::UntouchedInHours? I’m trying to find it as it’s
mentioned in the examples in rt-crontool, but doesn’t seem to exist
(grep can’t find it in the install directory leading me to think I’m
dreaming when I use it without getting an error message)

There’s also no mention of it in the Wiki …

Please put me out of my misery!

Cheers!
Rick

signature.asc (189 Bytes)

Where is RT::Condition::UntouchedInHours? I’m trying to find it as it’s
mentioned in the examples in rt-crontool, but doesn’t seem to exist
(grep can’t find it in the install directory leading me to think I’m
dreaming when I use it without getting an error message)

There’s also no mention of it in the Wiki …

Please put me out of my misery!

It’s just an example. It doesn’t actually exist. Use
RT::Condition::Overdue instead. Writing UntouchedInHours yourself is
also fairly simple, it’s not a complicated script.

Andy Harrison

Where is RT::Condition::UntouchedInHours? I’m trying to find it as it’s
mentioned in the examples in rt-crontool, but doesn’t seem to exist
(grep can’t find it in the install directory leading me to think I’m
dreaming when I use it without getting an error message)

There’s also no mention of it in the Wiki …

Please put me out of my misery!

It’s just an example. It doesn’t actually exist. Use
RT::Condition::Overdue instead. Writing UntouchedInHours yourself is
also fairly simple, it’s not a complicated script.

Thanks Andy … strange that it doesn’t throw errors then. Other missing
stuff throws an error.

I’ll write it and post it to the Wiki so that future users can find it
:slight_smile:

Cheers!
Rick Measham

signature.asc (189 Bytes)

It’s just an example. It doesn’t actually exist. Use
RT::Condition::Overdue instead. Writing UntouchedInHours yourself is
also fairly simple, it’s not a complicated script.

On Tue, 2005-01-25 at 09:40, Rick Measham replied:
I’ll write it and post it to the Wiki so that future users can find it
:slight_smile:

So, here it is:
http://wiki.bestpractical.com/index.cgi?UntouchedInHours

signature.asc (189 Bytes)