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

Fetch Workitems of Particular Type using OSLC.

Hi,

I am trying to retrieve all the workitems of a particular type in a project area (a defect in this case) using OSLC CM Api using the following URL.

https://jazz.server:9443/ccm/oslc/contexts/_Uk80kP4xEeCZkcs0I64JkA/workitems?oslc.where=rtc_cm:type=<https://jazz.server:9443/ccm/oslc/types/_Uk80kP4xEeCZkcs0I64JkA/workitemtype.defect>


But this is giving zero results. What am I missing here??
Please Help. This is a major blocker for us.

Any hints would be helpful.

Warm Regards,
Arun

0 votes



One answer

Permanent link
hi,
try this one:
https://jazz.server:9443/ccm/oslc/contexts/_[YOUR-CONTEXT-ID]/workitems?oslc_cm.query=dc%3Atype%3D%22defect%22


oslc_cm.query param value is urlencoded text: dc:type="defect"
dc:type value shall be the same as dc:identifier attribute value of desired work item type.

Regards,
KW

Hi,

I am trying to retrieve all the workitems of a particular type in a project area (a defect in this case) using OSLC CM Api using the following URL.

https://jazz.server:9443/ccm/oslc/contexts/_Uk80kP4xEeCZkcs0I64JkA/workitems?oslc.where=rtc_cm:type=<https>


But this is giving zero results. What am I missing here??
Please Help. This is a major blocker for us.

Any hints would be helpful.

Warm Regards,
Arun

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

Question asked: Nov 10 '11, 12:09 p.m.

Question was seen: 5,367 times

Last updated: Nov 10 '11, 12:09 p.m.

Confirmation Cancel Confirm