Resolved/FIXED a bug with a http request
Calvert, Douglas
dcalvert at AllianceBankNA.com
Thu Jan 12 23:02:35 UTC 2006
The real magic bullet discussion is
https://bugzilla.mozilla.org/show_bug.cgi?id=224577
Bugzilla could use a web services interface
"Having a web services interface to Bugzilla would be a nifty tool to
allow remote users to enter bugs via a client-side, native interface.
The current method used by tools like Bugxula works, but doesn't provide
the interface stability that a web service would and requires a bit of
server-side setup to generate the .rss files required for use."
--
Douglas F. Calvert <dcalvert at alliancebankna.com>
Information Security Officer, Alliance Bank NA
Phone: 315.475.7770 / Cell: 315.952.8530 / Fax: 315.475.0870
***********************************************************************
Confidentiality Notice: This email contains privileged and confidential
information.
Any dissemination or copying of this email is strictly prohibited
without prior consent.
***********************************************************************
________________________________
From: developers-owner at bugzilla.org
[mailto:developers-owner at bugzilla.org] On Behalf Of Myk Melez
Sent: Wednesday, January 11, 2006 2:32 PM
To: developers at bugzilla.org
Cc: Vianney Lecroart
Subject: Re: Resolved/FIXED a bug with a http request
bzorg-ml at rsz.jp wrote:
On Wed, 11 Jan 2006 09:07:23 +0100
Vianney Lecroart <vianney.lecroart at f4-group.com>
<mailto:vianney.lecroart at f4-group.com> wrote
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?
why?
ask assignee or someone or admin to give you that priv,
then just use show_bug.cgi.
Presumably Vianney is looking for a way to programmatically
resolve bugs.
anyway this isn't a support place, see
http://www.bugzilla.org/support/
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.
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.
-myk
More information about the developers
mailing list