According to OTRS doc, I should be able to create ticket and supply attachment with
Code: Select all
<!--Zero or more repetitions:-->
<Attachment>
<Content>cid:61886944659</Content>
<ContentType>?</ContentType>
<Filename>?</Filename>
</Attachment>
I am trying to do this in Java. Ticket created successfully if with no attachment so far. I don't know how to add attachment yet.
Thank you very much!