NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Hey,
you released this new RPC Plugin (3.5-1) and as long, as theres no Jira 3.5 I plugged it into some Jira 3.4.3 instalaltions for testing. The following happened:
The addAttachmentToIssue SOAP call seemed to work but it was really slow! Further testing showed that every byte of data is wrapped into a huge String. For example i tried to send about 100KB data as attachment. The Content-Length attribute of the HTTP Header of this call showed about 20MB of data!
- is related to
-
JRASERVER-9218 SOAP addAttachments should have an alternative more efficient implementation
- Closed