Perl and REST - how to determine Work Item Category?
![]()
CLM 4.0.7 iFix007 on Win Server 2008 R2 (upgrade to CLM 6.0.1 still some months away, sadly)
Hi all, I'm trying to use the REST API from Perl for automating various tasks, but starting with creating work items. I have followed numerous docs such as https://jazz.net/library/article/1001 and their links, and can chain along Root Services doc -> CM Service Provider Catalogue -> Service Provider doc with the occasional tangent to get to Project Areas and other docs. I understand that I need to construct an RDF request mesage and post it to the Work Item Creation Factory URL and I can get the shape of the request message from https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20#Jazz_Vocabulary. My problem is that I need to supply the ID for the Work Item Category in that RDF message and I can't find where to get it from. The project areas doc pointed to from the rootservices doc gives links to team areas and timelines but chasing these down doesn't help - I can get to the iteration but can't find a route to WI Categories anywhere. Can anyone help? |