Issue with getting all items from FoundIn field during OSLC defect creation
![]() I am trying to create Defect with OSLC. I am getting all necessary information for mandatory fields, but for FoundIn I can see that in browser, there are more than 1600 items in FoundIn, but with OSLC I am getting no more than 1000 items in XML format or more than 15 000 items in RDF format. <o:p> </o:p> Can you tell me how to get only these FoundIn fields, which I can see, in the browser? The request I’m using is: <o:p> </o:p> https://jazz.com:9443/ccm/oslc/deliverables?oslc_cm.query=rtc_cm:projectArea=%22<UUID>%22 <o:p> </o:p> Accept: application/xml <o:p> </o:p> |
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jun 11 '21, 10:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jun 11 '21, 10:31 a.m. You do not want to query the deliverables, you want to find the resource shape and from that get the allowed values.
Example flow:
Ivaylo Kubratov selected this answer as the correct answer
Comments Hi Ralph, thank you for the fast response.
Please accept the answer if it was of help.
|