How to search work item whose due date is null in the Expression / syntax for plans?
Is there any way to search work item whose due date is null in the Expression / syntax for plans?
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.1/com.ibm.team.apt.doc/topics/r_quick_query_syntax.html?lang=en
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Taki,
I don't think you can test an attribute for null values. Usually, when an attribute has a null value, or more precisely, has "no" value, it simply does not exist for the work item. You cannot evaluate something that is nonexistent.
When working with work item queries, you have the option to specify the attribute as "unassigned" though.
Thanks for the comment.