How to get OSLC link for Work Item
![]()
Chandan M B (113●31●64)
| asked Apr 09 '15, 11:29 p.m.
retagged Apr 10 '15, 12:46 a.m. by Shubjit Naik (1.5k●1●6●13)
Hi,
I have a workitem running on my local jazz server. I need to get rdf format of the work item. How to do it. I tried by puting url etc in Rest Client. I am getting Html put indicating errors. I need to get rdf format of a WI in Rest client. How to achieve it. Please let me know. Regards Chandan |
2 answers
![]()
HI Chandan
How about using the URL format below? https://<host>:<port>/ccm/oslc/workitems/90 Where ccm is your RTC context root and 90 is the Work Item ID. You can check the following URLs for additional information:
https://jazz.net/library/article/352
http://www.ibm.com/developerworks/rational/library/rational-team-concert-oslc/ Regards
Shubjit
Comments Hi Shubjit
Response
I need in rdf+xml format with OSLC version 2.0
Hi Chandan
I tried this on Firefox with following Headers added.
Name: Content-Type
Value: application/rdf+xml
Name: oslc-core-version
Value: 2.0
Here is a screenshot ![]() |