Is integer a supported type in custom attribute?
Is "integer" a supported type to be configured on a custom attribute? For example, I can define the following custom attribute of type string, but can I make it of integer type?
<static-configuration-data id="com.ibm.team.workitem.configuration.workItemTypes" xmlns="http://com.ibm.team.workitem/workitemTypes"> <!-- cut out the type definition --> <customAttributes category="com.ibm.team.workitem.workItemType"> <customAttribute id="lowerEstimateFromProcessSpec" type="string" name="Lower Estimate" /> </customAttributes> |
2 answers
Currently are only Strings supported. Future implementation will have more sophisticated data types and widgets to include.
|
Currently are only Strings supported. Future implementation will have more sophisticated data types and widgets to include.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.