Custom Attribute for RTC with multiple values
Team,
How to create custom attribute which stores multiple value.
For example, i have requirement to know which are the different elements used in a RTC task workitem.
for that i will create a custom attribute with enumeration( list of values).
I want to get more than one selected as value and store the mutiple value in rtc & need to reported in workitem query with comma separated.
possible?
any other way to address this in rtc?
How to create custom attribute which stores multiple value.
For example, i have requirement to know which are the different elements used in a RTC task workitem.
for that i will create a custom attribute with enumeration( list of values).
I want to get more than one selected as value and store the mutiple value in rtc & need to reported in workitem query with comma separated.
possible?
any other way to address this in rtc?
6 answers
Team,
How to create custom attribute which stores multiple value.
For example, i have requirement to know which are the different elements used in a RTC task workitem.
for that i will create a custom attribute with enumeration( list of values).
I want to get more than one selected as value and store the mutiple value in rtc & need to reported in workitem query with comma separated.
possible?
any other way to address this in rtc?
You need to add the enumeration then create a new attribute and set it to string. When you add the presentation select the attribute and set Kind to Multi-Select List. In the properties add the key "enumeration" and set the value to the enumeration ID you originally set up
Hi
Unfortunately the current approach on the presentation layer is not very usable for queries. This limitation is tracked in work item 87154: Improve Multi-Select list attributes https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/87154.
Regards
Marcel
Jazz Work Item team
Unfortunately the current approach on the presentation layer is not very usable for queries. This limitation is tracked in work item 87154: Improve Multi-Select list attributes https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/87154.
Regards
Marcel
Jazz Work Item team
Thanks nplantan.. It works for me.
You need to add the enumeration then create a new attribute and set it to string. When you add the presentation select the attribute and set Kind to Multi-Select List. In the properties add the key "enumeration" and set the value to the enumeration ID you originally set up
Team,
How to create custom attribute which stores multiple value.
For example, i have requirement to know which are the different elements used in a RTC task workitem.
for that i will create a custom attribute with enumeration( list of values).
I want to get more than one selected as value and store the mutiple value in rtc & need to reported in workitem query with comma separated.
possible?
any other way to address this in rtc?
You need to add the enumeration then create a new attribute and set it to string. When you add the presentation select the attribute and set Kind to Multi-Select List. In the properties add the key "enumeration" and set the value to the enumeration ID you originally set up