Hi,
I'm trying to integrate Jira with fresh service using automation.
I wanted to add public attachment/s uploading each time to the ticket.
here is the sample provided by fresehserivce.
curl -v -u user@yourcompany.com:test -F "attachments[]=@/path/to/attachment.txt" -F "body=this is a sample reply" -X POST 'https://domain.freshservice.com/api/v2/tickets/27/reply'
https://api.freshservice.com/#ticket
how can I do this is in the Custom data area(using send web request control)
. fresh service is expecting an array of attachments.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.