Good day
I’m looking to add multiple attachments in one request. I’ve got it working currently where it adds each attachment by itself, but unfortunately this starts to take up a lot of space in the comments
It would be great to have all the attachments that are added via a request to be treated as one comment instead of 1attachment = 1comment
Currently this can be done via the Asana app but i’m looking to do this via the API. As far as I can tell the Attachment API only allows for one file at a time
Attached are two screenshots to help better explain