Can Work Item List be customized to allow non unique items?
![]()
We are in need of an attribute of a work item that is like the Work Item List, but where the list is capable of containing more than one instance of the same work item. For example:
work item 1 work item 2 work item 2 work item 3 It seems the Work Item List only allows unique work items. |
One answer
![]()
No, unfortunately this is not possible. Currently every entry in a list attribute will be unique.
You can file an enhancement request for Rational Team Concert to allow repeating entries in lists. Comments Thank you Filip for your response. I will file the request for enhancement. In the mean time, can you suggest another attribute type as a workaround? I need a dynamically built list of names that can be repeated. Thanks, Audrey Hey Audrey, If you provide some information on "what" you want to achieve (e.g. why would you want to enter a work item twice) instead of "how", we might be able to provide a different solution which works better. |
Comments
can u explain a little more the list u want.. what is it showing, if not workitems?
Currently with the Work Item List attribute type, I cannot 'add' workitem2 to the attribute if workitem2 is already in the list, so this attribute type can only contain unique work items, i.e.,
{workitem 1,
workitem 2,
workitem 3}
I'd like a list attribute that's capable of containing multiple instances of the same work item, i.e.,
{workitem 1,
workitem 2,
workitem 2,
workitem 3,
workitem 3,
workitem 4}
Hope that makes sense.
Thanks,
Audrey
sorry, still no clue..
can u give us a business description of what you are trying to display?
I want to see all the ????? in a list.
workitem 'list' attribute?
never seen a workitem list (class or attibute)
can u show us the code u are trying to use?