More supported commands for e-mail bug managing
Andras Mantia
amantia at kde.org
Mon Feb 9 15:31:02 GMT 2004
Stephan Kulow wrote:
> On Sunday 08 February 2004 10:25, Andras Mantia wrote:
>> If this works (not tested, as I cannot commit into bugs) I may be so
>> happy that will try to implement the "duplicate" functionality. Just that
>> someone
>> should enlighten me if it's enough to put in the SQL database the new
>> bug number as description, like:
>> SendSQL("UPDATE bugs set bug_status=" . SqlQuote($status) .
>> ", resolution=" . SqlQuote($resolution) .
>> ", description=" . SqlQuote($description) .
>> " where bug_id=" . SqlQuote($id) . ";");
>>
> you can't just make up now columns like this :)
Heh, that was just a wild guess based on bug_status.html:
DUPLICATE
Marking a bug duplicate requires the bug# of the duplicating bug and will
at least put that bug number in the description field.
> Marking a bug as duplicate of another is a bit more complicated, I suggest
> you better do not try it without bugzilla installation ;)
In that case I abort trying it now. ;-)
Andras
>
> Greetings, Stephan
>
More information about the kde-core-devel
mailing list