Hi,
I'm trying to add a file via API to an issue. I'm using Microsoft Flow to make my calls and there is no dedicated 'file' value like there is in Postman so everything has to be put into the headers and body. Also the file that I'm uploading does not exist online rather I need to create the file with the file content.
For example here is a call I have tried from Postman:
This results in the following 500 server error:
<message>org.apache.commons.fileupload.FileUploadException: Stream ended unexpectedly</message>
This is how the same call looks in MS Flow:
Please advise
Thanks,
Hi @inoubli nader ,
Welcome to Atlassian community.
I suggest to check in Postman the corresponding code source to generate a http call.
In the right side of Postman you can see the different options of code translations (java, http, ...)
I hope it helps.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.