Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to get last modified workitems details using HTTP Client Query method?

Hi,


We are trying to get a custom workitem type and it's attributes details using HTTP Client Query method and the headers are "Content-Type", "application/rdf+xml", "OSLC-Core-Version", "2.0", "Accept", "application/rdf+xml".


By using the above query(last modified in 24hrs) we are able to get existing workitems in the CLM system which are updated in the last 24hrs. But if we create new workitems and they are also having the modified date populated based on the time the work item was created but these are not being fetched in the query shown above.

 If we reused the same query for other workitem type we are able to fetch the data and the output contains even the newly created workitems also.

 Is there any known issues like this before,in one work item type its working and for others its not working so if anyone has faced/come across any similar issues before.




0 votes



One answer

Permanent link
Try this
https://clm.pw.ge.com/ccm/oslc/contexts/_kpOfoqTMEeWJ4v8-LiiVxg/workitems
    ?oslc.where=dc:modified%3E%222023-07-19T12:58:47.000Z%22
    %20and%20rtc_cm:type=%22com.ibm.team.workitem.workitemtype.plmmilestone%22
    &oslc.pageSize=100
    &_startIndex=0    &oslc.select=dcterms:type,dcterms:identifier,dcterms:title,rtc_cm:state,rtc_ext:plannedStartDate,rtc_ext:milestone_due_date

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 7,495
× 1,325

Question asked: Jul 20 '23, 9:36 a.m.

Question was seen: 1,165 times

Last updated: Jul 20 '23, 3:56 p.m.

Confirmation Cancel Confirm