<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:bzorg-ml@rsz.jp">bzorg-ml@rsz.jp</a> wrote:
<blockquote cite="mid200601111149.k0BBnqwH029869@sinclair.syndicomm.com"
 type="cite">
  <pre wrap="">On Wed, 11 Jan 2006 09:07:23 +0100 
Vianney Lecroart <a class="moz-txt-link-rfc2396E" href="mailto:vianney.lecroart@f4-group.com"><vianney.lecroart@f4-group.com></a> wrote 

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have a bugid and I would like to Resolved/FIXED this bug with an http 
request. I tried to call process_bug.cgi but it requires too much 
parameters (for example the summary that I don't have access to).
Is there easier way to do that?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
why?
ask assignee or someone or admin to give you that priv,
then just use show_bug.cgi.
  </pre>
</blockquote>
Presumably Vianney is looking for a way to programmatically resolve
bugs.<br>
<br>
<blockquote cite="mid200601111149.k0BBnqwH029869@sinclair.syndicomm.com"
 type="cite">
  <pre wrap="">anyway this isn't a support place, see <a class="moz-txt-link-freetext" href="http://www.bugzilla.org/support/">http://www.bugzilla.org/support/</a>
  </pre>
</blockquote>
Perhaps, although if it's a question about programmatic access to
Bugzilla's APIs, it might be considered something of a development
question, even if it's not about the development of Bugzilla proper.<br>
<br>
In any case, it isn't trivial, since process_bug.cgi expects requesters
to submit many fields of information about the bug; it isn't satisfied
to be given merely the information being changed.  The change multiple
bugs form works around this by submitting a special "is not being
changed" value for fields not being modified.  You may be able to do
the same.<br>
<br>
-myk<br>
<br>
</body>
</html>