RTC plan mode - New attributes are missing in add column
Hi,
I defined a new work-item type, and defined new attributes for it. All works fine in the "Work Item Editor".
When trying to define a new plan mode, using some of the new attributes, they do not apear in the "Add Column" list.
What am I missing?
Is it possible to add column to plan mode which is specific to one type of work-item?
What should be presented for other type of work-items?
I'm using CLM 4.0.1
Thanks,
Raviv Gal.
I defined a new work-item type, and defined new attributes for it. All works fine in the "Work Item Editor".
When trying to define a new plan mode, using some of the new attributes, they do not apear in the "Add Column" list.
What am I missing?
Is it possible to add column to plan mode which is specific to one type of work-item?
What should be presented for other type of work-items?
I'm using CLM 4.0.1
Thanks,
Raviv Gal.
2 answers
you need to add the custom attribute in the Attribute Mappings section to make it available for listing as a column
Here is an article on Customizing the Agile Planning tools in Rational Team Concert 2.0 which explains the Attribute Mappings in plan and the information provided on how to add the custom attribute in attribute mapping is applicable for 4.0.3 as well.
with your project opened in Eclipse Client > Process Configuration > Configuration Data > Planning > Plan Attributes > Add your attributes to the Attribute Mappings.
Here is an article on Customizing the Agile Planning tools in Rational Team Concert 2.0 which explains the Attribute Mappings in plan and the information provided on how to add the custom attribute in attribute mapping is applicable for 4.0.3 as well.
with your project opened in Eclipse Client > Process Configuration > Configuration Data > Planning > Plan Attributes > Add your attributes to the Attribute Mappings.
Comments
Hi,
Thanks!
Did that. It worked for non-List type attribute (boolean, string, enumaration).
However, it seems that stringList and enumarationList are not supported for plan mode. Note that for "Resolved By" column, more than a single value is supported.
Is it so? If so, is it on the plan to support? Is there a workaround?
These are the errors I get:
- The attribute type ('enumerationList$AAA') of the planning attribute,,,
- he attribute type ('stringList') of the planning attribute...
Thanks,
Raviv.