-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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