In RTC, what is the expression syntax for a plan view that would just have risks and issues in it?
One answer
Kim,
I am having success with Exclude = !(type:Issue or type:Risk)
Of course, depending on the use case I would probably resort to a work item query or the Quickplanner.
If this helps please mark the answer as accepted.
Arne
Comments
This did not work for me. You are using this in the plan view? What process template?
This did not work for me either in 6.0.4 so I fixed it using - for my example state:
=!state:"Rejected" !state:"Deferred"
This worked for me so you could try:
!type:Issue !type:Risk
I made my attempts on jazz.net on an actual sprint plan of RTC. Frustratingly it was not a repeatable success on either 6.0.4 or 6.0.3 plans in Scrum template PA. I could not get any term to work so assuming logical terms do not work for the quick query syntax. You might have to resort to a regular work item query or the Quick Planner.