Specifying NOT in Quick Query Syntax
The online help describes the quick query syntax for taskboard filtering in planning:
https://www-01.ibm.com/support/knowledgecenter/SSYMRC_4.0.6/com.ibm.team.apt.doc/topics/r_quick_query_syntax.html?lang=en
One option is to specify a task with a given state, e.g. state:Blocked
Does the query syntax support NOT? e.g. state:¬Blocked would evaluate to all states except "Blocked"
Does the query syntax support lists? e.g. state:Blocked,Paused would evaluate to all in either "Blocked" or "Paused" state.
Thanks in advance.
https://www-01.ibm.com/support/knowledgecenter/SSYMRC_4.0.6/com.ibm.team.apt.doc/topics/r_quick_query_syntax.html?lang=en
One option is to specify a task with a given state, e.g. state:Blocked
Does the query syntax support NOT? e.g. state:¬Blocked would evaluate to all states except "Blocked"
Does the query syntax support lists? e.g. state:Blocked,Paused would evaluate to all in either "Blocked" or "Paused" state.
Thanks in advance.
Accepted answer
John, in said help description, ! is shown as negation.
In addition it states:
attribute:value attribute:value Matches work items if both expressions have different attributes and return true. If you use two of the same attributes, the work item that matches the value of the first attribute is colorized or filtered.
So you can use not on attributes, if you have two times the same attribute, only the first one seems to be evaluated.
In addition it states:
attribute:value attribute:value Matches work items if both expressions have different attributes and return true. If you use two of the same attributes, the work item that matches the value of the first attribute is colorized or filtered.
So you can use not on attributes, if you have two times the same attribute, only the first one seems to be evaluated.