How to import comments with images/attachments?

Alex Rada January 23, 2020

Trying to import from json. Adding attachments to main issue works, but having attachments added to comment doesn't do the thing.

How can I add attachments to comments when importing from json?

 

{
"body": "first comment for second task",
"author": "5ad4eddbf289712b34d32261",
"created": "2020-01-23T15:10:32.000Z",
"attachments": [
{
"name": "Screen Shot 2020-01-23 at 17.10.16.png",
"id": 1052,
"download_url": "https://image.url.com/public_image.jpg"
}]
}

0 answers

Suggest an answer

Log in or Sign up to answer