-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: None
-
None
With the code:
jiraSoapService.addAttachmentToIssue(token, new String[]
{tmpFile.getAbsolutePath()}, issue);
the client doesn't complain, and the method returns true, but the attachment isn't added.