You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -465,6 +465,10 @@ Posts a comment in a given Asana Task
465
465
466
466
**Required** Is the comment pinned or not.
467
467
468
+
### `asana-task-comment-is-html`
469
+
470
+
**Optional** Set to `true` if the comment is in HTML format, `false` for plain text. Defaults to `false` if not provided. When set to `true`, the comment will be posted as HTML, allowing for rich formatting including links, mentions, and other HTML elements supported by Asana.
0 commit comments