API to add images to Project Status Comments

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

You can try to copy paste an image in the app and then inspect the zone using Chrome Dev Tools to see what it looks like. Might give you a hint while waiting for an official answer from Asana.
@lpb maybe you have another idea?

Sorry @Joe_Mertz and @Bastien_Siebman, I don’t have anything more to add. It doesn’t seem to be officially supported, at least, as far as I know.