Thank you very much for this Oliver. This solves my problem for now, I will get back to you as soon as I have any code to share.
Thanks, Lefteris 2009/2/24 Oliver Schäfer <[email protected]> > > On Feb 24, 2009, at 6:54 PM, Lefteris Kororos wrote: > > Now, having started looking into the code and at the hints you provided me >> with, I was surprised to discover that AppendComment has disappeared in >> Bugzilla v3.2. >> > > Not disappeared, just object oriented ;- > > my $changer = new Bugzilla::User({ name => $login_name}); > Bugzilla->set_user($changer); > > my $vars = {}; > $vars->{'changer'} = Bugzilla->user->login; > > my $issue = new Bugzilla::Bug($bugid); > $issue->add_comment($message); > $issue->update; > >
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
