You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 karthi.r...@gmail.com on 10 Aug 2012 at 3:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
karthi.r...@gmail.com
on 10 Aug 2012 at 3:28The text was updated successfully, but these errors were encountered: