How to add Dynamic Attributes on workitems in RTC?
One answer
You can only try to implement this using a special work item type (e.g. office) and using a work item/work item list attribute type. Otherwise there is no support for this kind of customization in RTC.
Comments
Hi Schoon,
Thanks for the response.
Can you please elaborate the logic of achieving using Workitem Type and Workitem List ,Would be helpful
Thanks,
In RTC, you cannot let users create "attributes". So instead you ask them to create work items. For example, you create a work item type called "Office", then users can create work items of this type with values "OfficeA", "OfficeB" and so on. In your original work item type, you add an attribute of the type "Work Item List", to which you can link those "Office" work items.