IBM RTC 602, OSLC Enumerations creating a WI using OSLC, setting an attribute with multiple values
Hello,
I'm sending all attribute values of a WI using this syntax
roperties().put(new QName("http://jazz.net/xmlns/prod/jazz/rtc/ext/1.0/", "attribute_id", "oslc_cmx"), "jazzserver/ccm/oslc/enumerations/projectID/EnumerationID/" +ID_Value_of the enum );
and the atribute is list of Enumeration values, And I would like to send multiple values, is the any syntax how to add the information after the EnumID/ ?
Thank you.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I tried do do a for to set multiple values on the same Qname but didn't work
Have you tried to read an item that has multiple values set?
No, I was expecting somebody can tell me how..