How to get OSLC link for Work Item
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
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:
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
http://www.ibm.com/developerworks/rational/library/rational-team-concert-oslc/
Regards
Shubjit
Comments
If you're using a browser-based REST client such as Poster or RESTClient, log on CCM in the browser first, as Shubjit mentioned. Otherwise, you need to do log-on programmatically in your REST client and retain the logged on session (via cookies) all the way through. Note that CCM uses form authentication by default, and basic authentication will not work. I suggest you read the following articles.
https://jazz.net/library/article/1001
http://www.ibm.com/developerworks/rational/library/rational-team-concert-oslc/
(the work flow is exactly the same regardless the choice of programming/scripting languages)