Hi Everyone,
I see I can add images into project status comments by copying and pasting manually. Is there a way to use the api to post an image as a comment on a project status? In the service I am trying to integrate with Asana I have a JSON object that contains a key “picture” with the value of a URL of an image. I’d like to be able to attach that image as an image either in the project status or the project status comments, so other users on the project can see a preview of the image without clicking through. I am using Javascript, primarily, to talk to the API. Is this possible somehow? Does anyone have any ideas on a better way to approach this?
Best,
Joe