Discussions  >  CollabNet TeamForge APIs  >  getArtifactList3 with reportedinReleaseid filter

Back to topic list

getArtifactList3 with reportedinReleaseid filter

Author srinivasan2407
Full name Srinivasan AR
Date 2012-01-09 00:38:55 PST
Message I am trying to get Artifact list with a filter on reportedInReleaseTitle and reportedInReleaseID, but not able to do it. Here is a code snippet my $ctf = TeamForge->new(proxy => $CTF_URL); my $ctf_session = $ctf->login('name','blahbla'); my $objTrackerapp = $ctf->TrackerApp; my $filter = SoapFilter->new( statusClass => 'Open', reportedInReleaseId=> 'rel22703'); my $matches = $objTrackerapp->getArtifactList3($ctf_session,'tracker4124',$filter); while(my $item = $matches->fetchrow) { print $item->id.",".$item->title.",".$item->category.",".$item->status.",".$item->statusClass.",".$item->assignedToFullname."\n"; } Can someone let me know what is the problem??

« Previous message in topic | 1 of 2 | Next message in topic »

Messages

Show all messages in topic

getArtifactList3 with reportedinReleaseid filter srinivasan2407 Srinivasan AR 2012-01-09 00:38:55 PST
     RE: getArtifactList3 with reportedinReleaseid filter jonico Johannes Nicolai 2012-01-09 01:16:45 PST
Messages per page: