Back to index
Summary
Moves jobs from one project to another project.sourceProjectStringrequiredSource project for jobs. destinationProjectStringrequiredProject that will own the jobs. |
Usage
Perl
$cmdr->moveJobs( "test-sourceProject", # sourceProject "test-destinationProject" # destinationProject );
ectool
ectool moveJobs \ "test-sourceProject" `# sourceProject` \ "test-destinationProject" `# destinationProject`