How to make work WI colors display in Plan Kanban View for priority attribute?
In my project, we are using Kanban view in the planning, grouped by owner, excluding epics and tasks.
We are trying to make use of colors to differentiate the WIs according to their priority (red for "Must have", yellow for "High" and so on).
But for some reason, it doesn't work. It does not change the colors accordingly to the priority. It works perfectly for other attributes but not for priority. We are using the following example:
Color:RED priority:"Must Have"
Color:YELLOW priority:"High"
The enumerations match and so the field name.
Can you please how to make it work?