Asana / comment-on-task-github-action

26 stars 15 forks source link

Support rich text comments? #2

Open theaeolianmachine opened 2 years ago

theaeolianmachine commented 2 years ago

Hi Asana,

It appears that this action uses a backend service for the integration in Asana — is there any way to send rich text comments via that integration? It would be nice to do something like <a href="{{PR_URL}}">#{{PR_ID}}: {{PR_NAME}}</a> is now {{PR_STATUS}} for the comment-text, so it'd be something like:

PR Bot commented: #2: Support rich text comments? is now open.

Alfredo-Moreira commented 2 years ago

Please enable this? Or at least enable markdown support!

tiagovrtr commented 1 year ago

There is support for HTML text using POST https://app.asana.com/api/1.0/tasks/{task_gid}/stories, but this isn't used directly and it will need to be supported within the Github app for Asana