How to create work items using OSLC
One answer
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