Skip to content

GetAttachments in Bugzilla 3.6 #10

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1.Am trying to get the list of attachments that is saved as part of the bug.


GetAttachments bugzAttach = new GetAttachments(bug_id);
conn.executeMethod(bugzAttach);     
Integer attachmentCount = bugzAttach.getAttachments().size();


What is the expected output? What do you see instead?

The count is not coming despite the bug id having  the attachments

What version of the product are you using? On what operating system?

3.6.9 and Windows OS

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 10 Aug 2012 at 3:28

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions