Is there a list of all the expressions you can use to colorize work items
I would like to colorize work items based on the status of the work item. I am using a custom workflow and when I used the expression status:blocked nothing happens.
Also on a similar customization note. Is it possible to display custom attributes in the view layout. We have a ticket number that is very important but it is not in the list of items that I can add to the layout.
I am using eclipse client 3.0.1
Thanks in advance
Caroline
Accepted answer
Typing Ctrl + <Space> brings up the available attributes list while adding the colorize from web client as well as Eclipse client.
For the new custom attributes to appear in the column's list you need to add it in the Attribute Mapping under Planning in process configuration of the project area.
One other answer
Hi Caroline,
I found this help topic on colorizing work items: https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.apt.doc/topics/r_quick_query_syntax.html&scope=null. Try using state instead of status.
When you say adding a custom attribute to the view layout, do you mean display a custom attribute in a work item? If so, the basic steps are to create the attribute for the work item type and then open the work item editor that is bound to that work item type and add a presentation for the custom attribute.
I found this help topic on colorizing work items: https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.apt.doc/topics/r_quick_query_syntax.html&scope=null. Try using state instead of status.
When you say adding a custom attribute to the view layout, do you mean display a custom attribute in a work item? If so, the basic steps are to create the attribute for the work item type and then open the work item editor that is bound to that work item type and add a presentation for the custom attribute.