Does exist AND, OR for exclude expression ?
Hello,
I would like to hide for example items for Iteration 1 and Iteration 3 with the following expression:
Exclude Expression plannedFor:"Iteration 1" AND "Iteration 3"
Does exist a way to combine in one expression both like with a AND or OR attribute or do we need to create 2 lines ? Exclude Expression plannedFor:"Iteration 1"
Exclude Expression plannedFor:"Iteration 3"
Thank you,
I would like to hide for example items for Iteration 1 and Iteration 3 with the following expression:
Exclude Expression plannedFor:"Iteration 1" AND "Iteration 3"
Does exist a way to combine in one expression both like with a AND or OR attribute or do we need to create 2 lines ? Exclude Expression plannedFor:"Iteration 1"
Exclude Expression plannedFor:"Iteration 3"
Thank you,
Accepted answer
Multiple lines works as an AND, but you can use only one expression.
Particularly, I do not like to use many rules on one expression, because is hard to see the whole set.
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_3.0.1/com.ibm.team.apt.doc/topics/r_quick_query_syntax.html
Comments
Did not realize than the space and repeating the expression will give me this answer.
like priority:high severity:major
Thank you