It's all about the answers!

Ask a question

OSLC Rest API is not providing complete data for Item List field. Item List field do not contain data for Process Area, Project Area, Team Area.


Pratik Chaudhari (112) | asked Oct 11 '17, 5:36 a.m.

Created the entity and set the Item List field with all 7 type of values.

    Category
    Contributor
    Iteration
    Process Area
    Project Area
    Team Area
    Work Item

When fetching the Entity by OSLC Rest Api call : https://server:port/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/entity id , Rest API response is not providing complete data for Item List field.

Response only returned data of 4 types for Item List field:
"rtc_cm:custom_item_list":
[

{
"rdf:resource": "https://server:port/ccm/resource/itemOid/com.ibm.team.workitem.Category/<<Category_id>>"
},
{
"rdf:resource": "https://server:port/jts/users/<<user_id>>"
},
{
"rdf:resource": "https://server:port/ccm/oslc/iterations/<<Iteration_Id>>"
},
{
"rdf:resource": "https://server:port/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/<<entity_id>>"
}
],

Out of total 7 types of values it is only giving 4 types of value.

Missing data for below item types.

1) Project Area
2) Process Area
3) Team Area

Kindly, Update if there is any solution to this.


Comments
Donald Nong commented Oct 12 '17, 4:13 a.m.

Same behavior in the sandbox (CLM 6.0.4 iFix004). You should probably open a ticket with IBM Support to confirm whether it's a limitation or a defect.

Be the first one to answer this question!


Register or to post your answer.


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.