Bug 459220

Summary: port webservice function updateKeywords from BZ 2.18 to 3.2
Product: [Community] Bugzilla Reporter: Noura El hawary <nelhawar>
Component: WebServiceAssignee: Noura El hawary <nelhawar>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.2CC: dkl, jskrabal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-19 03:59:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
v1 for updateKeywords function dkl: review+

Description Noura El hawary 2008-08-15 04:56:03 UTC
need to have the function updateKeywords in bugzilla 3.2

NOTE : currently the function Bug.update can do updating bug keywords.

Noura

Comment 1 Noura El hawary 2008-08-15 04:57:57 UTC
Created attachment 314373 [details]
v1 for updateKeywords function 

Patch for webservice function bugzilla.updateKeywords, this is an example of how you can call it:

$call = $rpc->call( 'bugzilla.updateKeywords', {bug_id => 406121, keywords => "Reopened", action => "delete", nomail => 1}, $username, $password );

Please Review.

Thanks,
Noura

Comment 2 David Lawrence 2008-08-15 20:12:42 UTC
Comment on attachment 314373 [details]
v1 for updateKeywords function 

Looks good Noura. Please check in.

Dave

Comment 3 David Lawrence 2008-08-18 18:09:18 UTC
*** Bug 427918 has been marked as a duplicate of this bug. ***

Comment 4 Noura El hawary 2008-08-19 03:59:49 UTC
Thanks for the review Dave.

Committed to cvs now.

Noura

Comment 5 David Lawrence 2008-08-20 21:22:59 UTC
Jiri, this will be in the next update as soon as Brew comes back online and we are allowed to push packages to the colos in PHX.