perl module for RTC/RQM/RRC?
Has anyone tried to put together a perl module(s) for programmatic interaction with Jazz/RTC?
2 answers
The vagaries of forms vs. basic auth , the blur of XML namespaces, and non-symmetry of ccm, qm, and rm services are driving me to this sort of thing.
use CLM;
$clm = new CLM("https://rtc.jpmchase.net:9443");
$clm->auth("name", "password");
$clm->setDefaultOutputFormat("json");
$workItem = $clm->getWorkItem("3651");
print Dumper($workItem);
$workItem->set("owner", $newOwnerCode):
$clm->updateWorkItem($workItem);
use CLM;
$clm = new CLM("https://rtc.jpmchase.net:9443");
$clm->auth("name", "password");
$clm->setDefaultOutputFormat("json");
$workItem = $clm->getWorkItem("3651");
print Dumper($workItem);
$workItem->set("owner", $newOwnerCode):
$clm->updateWorkItem($workItem);
Comments
Buzz Moschetti
Jan 09 '13, 10:51 p.m.Buzz Moschetti
Jan 26 '13, 5:56 p.m.sam detweiler
Jan 27 '13, 7:22 a.m.Buzz Moschetti
Jan 27 '13, 2:09 p.m.sam detweiler
Jan 27 '13, 5:39 p.m.Buzz Moschetti
Jan 27 '13, 7:07 p.m.sam detweiler
Jan 27 '13, 8:09 p.m.