How to count the number of attributes in a WItype ?
Accepted answer
The easiest way I can think of is to count the attribute entries in the process configuration source. RTC Eclipse client may not have this feature, but any advanced text editors, such as Notepad++, have the feature to count the occurrence of patterns. Custom attributes look like this in the source.
<customAttributes category="com.ibm.team.workitem.workItemType" >Search "</customAttributes >" should give you the exact number.
<customAttribute id="Browser" name="Browser" type="enumerationList$browser" />
</customAttributes >
Comments
showing 5 of 6
show 1 more comments
Comments
sam detweiler
Nov 19 '14, 9:46 p.m.long TRUONG
Nov 19 '14, 10:41 p.m.