It's all about the answers!

Ask a question

How to create work items using OSLC


Karthik Krishnan (8825116163) | asked Sep 14 '11, 11:24 a.m.
Hello,

I want to create a RTC workitem using OSLC. I dont see any simple example on how to do this .Can anyone point me in correct direction?

i am using PERL and CURL

Thanks
Karthik

One answer



permanent link
sam detweiler (12.5k6195201) | answered Sep 14 '11, 1:10 p.m.
Hello,

I want to create a RTC workitem using OSLC. I dont see any simple example on how to do this .Can anyone point me in correct direction?

i am using PERL and CURL

Thanks
Karthik


this doc link https://jazz.net/library/article/352 has a good description on how to find the service uris and the rest data packet design. Nothing specific on a specific workitem format, but you can deduce it I think.

net, you troll thru the catalog to find the create workitem service URI, then call that URI (which creates workitems) and pass it the data needed for the workitem u are trying to create (in the proper json format)

Sam

Your answer


Register or to post your answer.