yes, my above cURL call is working with v15.10.16, but not with v16.x and also not with v17.x. But thanks to your link above, I've found out what was the problem:
In my cURL call above, the following header is missing: -H "Content-type:application/octet-stream"
When I add this header in my REST API call, everything works find in 15.x, 16.x and 17.x
Thank you very much for your kind help.
Ralf on 05/May/25 12:29
Hallo [~tmortagne] ,
yes, my above cURL call is working with v15.10.16, but not with v16.x and also not with v17.x. But thanks to your link above, I've found out what was the problem:
In my cURL call above, the following header is missing: {{-H "Content-type:application/octet-stream" }}
When I add this header in my REST API call, everything works find in 15.x, 16.x and 17.x. Seems this header is optional in 15x, but mandatory in 16.x and 17.x. Thank you very much for your kind help.
Ralf on 05/May/25 12:37
Hallo [~tmortagne] ,
yes, my above cURL call is working with v15.10.16, but not with v16.x and also not with v17.x. But thanks to your link above, I've found out what was the problem:
In my cURL call above, the following header is missing: {{-H "Content-type:application/octet-stream" }}
When I add this header in my REST API call, everything works find fine in 15.x, 16.x and 17.x. Seems this header is optional in 15x, but mandatory in 16.x and 17.x.
Thank you very much for your kind help.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.