Bug 459220 - port webservice function updateKeywords from BZ 2.18 to 3.2
Summary: port webservice function updateKeywords from BZ 2.18 to 3.2
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 3.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Noura El hawary
QA Contact:
URL:
Whiteboard:
: 427918 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-15 04:56 UTC by Noura El hawary
Modified: 2013-06-24 04:08 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-08-19 03:59:49 UTC
Embargoed:


Attachments (Terms of Use)
v1 for updateKeywords function (6.23 KB, patch)
2008-08-15 04:57 UTC, Noura El hawary
dkl: review+
Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.