Post Attachment from ServiceNow to Jira using outbound rest message.

I tried transferring the attachment from ServiceNow to Jira integration in background-scripts using Rest API - Post method. I got 200 success message & empty response body in ServiceNow but the attachment is not uploaded in Jira.

Is anyone faced this issue?

Can you share the call and response here please?
A 200 is not enough to ensure that all is working as expected. I would be interested in seeing the request headers etc.
Thanks

1 Like

Hi, I’ve got exactly the same issue, but using the standard REST step of flow designer, 200 but empty answer and no attachment in Jira, testing with and without the “accept json” header: [,“name”:“X-Atlassian-Token”,“value”:“no-check”},“name”:“Accept”,“value”:“application/json”}].

The response is “”.

url “/rest/api/latest/issue/jirannumber/attachments”

The cause was the name of the parameter where we pass the sys_id in the flow, it has to be “file”.