Can string list attributes be added to Plan views in RTC?
Is there a way to add a string list attribute to a plan view in RTC? It does not look like string list attributes are available to add to the Mapped Attributes list. If you go to Planning>Plan Attributes>Mapped Attributes and click Add they do not appear in the available list. Is there any way?
Accepted answer
What type of your custom attribute? Can you show us the property of the attribute so that we can make sure if it is not List type?
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.apt.doc/topics/t_add_planning_attributes.html&scope=null
Some of the attribute types that are supported in work items are not supported in plans. For example, List Types are not supported, such as
Contributor List
,
Team Area List
,
Process Area List
,
Project Area List
,
Work Item List
, and
Item List
. If a specific attribute type is not supported in plans, you will not be able to add the attribute in the Attribute Mapping section.
Comments
Also refer to this RTC: How to show Custom Fields as columns in plans?
It is a String List attribute so you are correct it is a list type so won't be able to be displayed in plan views. Thanks.