How to set 'oslc_cm:collref' attributes in RTC?
I want to set multiple values for customize attributes of type enumeration list (oslc_cm:collref) in RTC5 using REST API, however in RTC I am not able to flow this value.
Below is REST API for customize field 'fixVersion' attribute-
<rtc_cm:fix oslc_cm:collref="https://rtc5b.gsissc.myatos.net/rtc5b/oslc/enumerations/_R5kPToD7EeiU4aWZ7o5w5A/enumerationList$net.atos.ssc.bug.fix"/>
When you open 'https://rtc5b.gsissc.myatos.net/rtc5b/oslc/enumerations/_R5kPToD7EeiU4aWZ7o5w5A/enumerationList$net.atos.ssc.bug.fix' below is the data you get in RTC API -
<oslc_cm:Collection xmlns:oslc_cm="http://open-services.net/xmlns/cm/1.0/" xmlns:dc="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rtc_cm="http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/" oslc_cm:totalCount="2">
<rtc_cm:Literal rdf:resource="https://rtc5b.gsissc.myatos.net/rtc5b/oslc/enumerations/_R5kPToD7EeiU4aWZ7o5w5A/enumerationList$net.atos.ssc.bug.fix/net.atos.ssc.bug.fix.literal.l2">
<dc:identifier>net.atos.ssc.bug.fix.literal.l2</dc:identifier>
<dc:title>Unassigned</dc:title>
<rtc_cm:iconUrl/>
</rtc_cm:Literal>
<rtc_cm:Literal rdf:resource="https://rtc5b.gsissc.myatos.net/rtc5b/oslc/enumerations/_R5kPToD7EeiU4aWZ7o5w5A/enumerationList$net.atos.ssc.bug.fix/net.atos.ssc.bug.fix.literal.l3">
<dc:identifier>net.atos.ssc.bug.fix.literal.l3</dc:identifier>
<dc:title>infraSetup(Manual)</dc:title>
<rtc_cm:iconUrl/>
</rtc_cm:Literal>
</oslc_cm:Collection>
Kindly suggest some solution.
Kind Regards,
Princi Verma
|
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.