Re: setting a flag via bugzilla's xlmrpc interface?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 13 Mar 2007 14:05:33 -0700, Chris Weyl wrote:
> Do you know if there's a more generic bug update function that would
> allow me to do both actions in the same update?

Maybe multicall, along the lines of:
# Data to be passed in is in the form of an array of hashes
my @data = (
    {
        'methodName' => 'bugzilla.getBug',
        'params'     => ['966', $username, $password],
    },
    {
        'methodName' => 'bugzilla.getBugActivity',
        'params'     => ['966', $username, $password],
    },
);
my $call = $rpc->call('system.multicall', \@data, $username, $password);

Maybe worth a try...

					C

--
Fedora-maintainers mailing list
Fedora-maintainers@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers

--
Fedora-maintainers-readonly mailing list
Fedora-maintainers-readonly@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly

[Index of Archives]     [Fedora Users]     [Fedora Development]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux