It's all about the answers!

Ask a question

Is integer a supported type in custom attribute?


Annie Ying (2063103) | asked Jul 10 '07, 12:05 p.m.
JAZZ DEVELOPER
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



permanent link
Peter Kirschner (8152) | answered Jul 11 '07, 1:57 a.m.
Currently are only Strings supported. Future implementation will have more sophisticated data types and widgets to include.

permanent link
Peter Kirschner (8152) | answered Jul 11 '07, 1:57 a.m.
Currently are only Strings supported. Future implementation will have more sophisticated data types and widgets to include.

Your answer


Register or to post your answer.