0

1

I want to search for cases which are selected for a project/milestone but are not yet started.

Given that new cases default to a status of "Active", to search for "not yet started" I can only think of searching for cases which have no elapsed time.

However, on these cases, "elapsed time" seems to have a blank value (rather than "0").

How do I search for this blank or unset value?

elapsedtime:"0" doesn't work. elapsedtime:"" doesn't work.

flag

1 Answer

2

Try

-ElapsedTime:"*"
link|flag
Yes! Thank you. – David Jul 12 2010 at 13:28

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.