Bug 459997

Summary: bugzilla.getBug should return 'name' and 'email' keys in longdescs to be compatible with old 2.18 API
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: WebServiceAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.2CC: syeghiay
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-26 16:19:07 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
Patch to add missing keys in longdescs comments (v1) nelhawar: review+

Description David Lawrence 2008-08-25 15:15:47 UTC
Description of problem:

Originally the 2.18 API would return keys named 'name' and 'email' representing the commenters real name and email respectively in the longdescs comment list.

3.2 passes it now as 'author' in the longdescs comment list which is a structure containing the user's information.

Patch coming to add the missing keys.

Dave

Comment 1 David Lawrence 2008-08-25 16:14:18 UTC
Created attachment 314930 [details]
Patch to add missing keys in longdescs comments (v1)

Please review.
Dave

Comment 2 Noura El hawary 2008-08-26 05:57:35 UTC
Comment on attachment 314930 [details]
Patch to add missing keys in longdescs comments (v1)

Hey Dave, 

Patch looks good to me.

Noura

Comment 3 David Lawrence 2008-08-26 16:19:07 UTC
Thanks Noura. Committed and will be in the next update.