Bug 924222 - [xmlrpc_Bug] Cannot get flags info through Bug.get.
Summary: [xmlrpc_Bug] Cannot get flags info through Bug.get.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks: 822007
TreeView+ depends on / blocked
 
Reported: 2013-03-21 11:44 UTC by Xin Zhang
Modified: 2013-07-04 08:29 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-25 02:08:34 UTC
Embargoed:


Attachments (Terms of Use)

Description Xin Zhang 2013-03-21 11:44:00 UTC
Description of problem:
Cannot get flags info through Bug.get.

Version-Release number of selected component (if applicable):
4.4.rc2-2.b01

How reproducible:
100%

Steps to Reproduce:
1.Add one "flag" to a bug.
2.call xmlrpc.Bug.get with only "ids" 
3.call xmlrpc.Bug.get with "ids" and "flags" in "include_field" field
4.call xmlrpc.Bug.get with "ids" and "flags" in "extra_field" field
  
Actual results:
All these methods cannot acquire "flag" info.

Expected results:
"flags" info can be acquired.

Additional info:
"flags" info is very important to users.There need some methods to get info about it.

Comment 1 Xin Zhang 2013-03-25 02:08:34 UTC
For my mistake,falsely count "inclede_field" as "include_fields". In actually, it can acquire "flags" info using "include_fields". Sorry.


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