<div dir="ltr">@Bryan<div><br></div><div>Here is the list of fields I have access to:</div><div><br></div><div><div>alias</div><div>assigned_to</div><div>attach_data.thedata</div><div>attachments.description</div><div>attachments.filename</div><div>attachments.isobsolete</div><div>attachments.ispatch</div><div>attachments.isprivate</div><div>attachments.mimetype</div><div>attachments.submitter</div><div>blocked</div><div>bug_file_loc</div><div>bug_group</div><div>bug_id</div><div>bug_severity</div><div>bug_status</div><div>cc</div><div>cclist_accessible</div><div>cf_build_number</div><div>cf_device_os</div><div>cf_device_os_touchsense</div><div>cf_fixed_in_version</div><div>cf_hardware_parts</div><div>cf_root_cause</div><div>cf_version_string</div><div>classification</div><div>commenter</div><div>component</div><div>content</div><div>creation_ts</div><div>days_elapsed</div><div>deadline</div><div>delta_ts</div><div>dependson</div><div>estimated_time</div><div>everconfirmed</div><div><a href="http://flagtypes.name">flagtypes.name</a></div><div>keywords</div><div>longdesc</div><div>longdescs.count</div><div>longdescs.isprivate</div><div>op_sys</div><div>owner_idle_time</div><div>percentage_complete</div><div>priority</div><div>product</div><div>qa_contact</div><div>remaining_time</div><div>rep_platform</div><div>reporter</div><div>reporter_accessible</div><div>requestees.login_name</div><div>resolution</div><div>see_also</div><div>setters.login_name</div><div>short_desc</div><div>status_whiteboard</div><div>tag</div><div>target_milestone</div><div>version</div><div>work_time</div></div><div><br></div><div><br></div><div>As you can see I don&#39;t have access to comments and attached files. After going through the bugzilla CLI code I am still not sure how I can access those attributes.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 14, 2015 at 12:12 PM, Bryan Kearney <span dir="ltr">&lt;<a href="mailto:bkearney@redhat.com" target="_blank">bkearney@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 01/14/2015 09:50 AM, Cole Robinson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 01/14/2015 09:48 AM, Ravikumar Patel wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m sorry if I&#39;m bothering you with too many questions but I&#39;m a real beginner<br>
with both python and the bugzilla-python package. The APIs you mentioned in<br>
the link above are the comments and attachment section?<br>
<br>
</blockquote>
<br>
Yes<br>
</blockquote>
<br>
<br></span>
try executing<br>
<br>
print bz.getbugfields()<br>
<br>
that will tell you what you have access to.<span class="HOEnZb"><font color="#888888"><br>
-- bk<br>
<br>
<br>
</font></span></blockquote></div><br></div>