More supported commands for e-mail bug managing

Stephan Kulow coolo at kde.org
Mon Feb 9 15:00:11 GMT 2004


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 :)

Marking a bug as duplicate of another is a bit more complicated, I suggest
you better do not try it without bugzilla installation ;)

Greetings, Stephan

-- 
There may be no I in TEAM, but a M and an E.




More information about the kde-core-devel mailing list