It's all about the answers!

Ask a question

Why are two Color labels not displayed in the plan view


Robert Dumnicki (1025) | asked Oct 30 '14, 10:45 a.m.
edited Oct 30 '14, 10:52 a.m.
I defined a plan view for user stories. A user story workitem type has two additional custom values:
RAG status - it can be blue, green, yellow, red.
Content - it can be base or extended.

I defined a plan view where there are Colors labels for both fields (6 Colors entries: 4 for RAG and 2 for Content), but in the plan there is only the first label displayed. I use RTC 5.0.1 through browser client.

Any idea what's wrong with my definition?

Thanks

Robert

One answer



permanent link
Robert Dumnicki (1025) | answered Oct 30 '14, 11:35 a.m.
I discovered that I made a simple mistake. The second Content field has two values:
  • Base Content
  • Extended Content
When defining Colors label, these values have to be put in quotes:
INCORRECT syntax: content:Base Content
CORRECT syntax: content:"Base Content"

Your answer


Register or to post your answer.