Bug 459997 - bugzilla.getBug should return 'name' and 'email' keys in longdescs to be compatible with old 2.18 API
Summary: bugzilla.getBug should return 'name' and 'email' keys in longdescs to be comp...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 3.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-25 15:15 UTC by David Lawrence
Modified: 2025-10-16 23:19 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-08-26 16:19:07 UTC
Embargoed:


Attachments (Terms of Use)
Patch to add missing keys in longdescs comments (v1) (879 bytes, patch)
2008-08-25 16:14 UTC, David Lawrence
nelhawar: review+
Details | Diff

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.


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