Is there any limitation of number of attributes in work item?
![]()
Shane Hoey (42●6●11)
| asked May 22 '14, 4:58 a.m.
edited Aug 12 '14, 5:23 a.m. by Krzysztof Kaźmierczyk (7.4k●3●54●99)
We were wondering how RTC behaves when it has a custom work item type with potentially several hundred attributes(60% are enum, 40% strings). Has anyone experience with performance?
Many of the attributes will remain empty (it's a catch-all WI Type, with various tabs....only some of which will be filled) Does RTC allocate storage if the fields are empty? We are conscious that we don't want our databases to explode in size) Shane |
Accepted answer
![]()
There is a limitation. We generally limit to (I think) 100 attributes per workitem type and 500 overall, per project.
This is mainly for performance reasons. There was documentation on this, I will try to find it. Shane Hoey selected this answer as the correct answer
Comments Hi Piotr,
here it is:
|
One other answer
![]()
Dinesh Kumar B (4.1k●4●13)
| answered May 22 '14, 9:59 a.m.
JAZZ DEVELOPER edited May 22 '14, 10:00 a.m.
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.workitem.doc/topics/t_customizing_work_items.html&scope=null
|