API Documentation Update: comment_add Added

We are excited to announce that the API documentation for the comment_add method is now available in our Help Center.

The comment_add method allows you to create new comments via API and link them to tasks or boards. It includes access checks, comment formatting, optional labels and metadata, viewer updates, and notification handling.

The method supports:

  • Creating comments for tasks or boards
  • Authenticated and guest/public access contexts
  • HTML comment formatting before saving
  • Optional labels via label_id
  • Additional metadata via meta
  • Viewer management via viewers_ids
  • Personal mentions via personal_ids
  • Automatic email and push notifications
  • Realtime updates and activity logging

This makes comment_add useful for building task discussion forms, external comment integrations, automation tools, activity feeds, and custom interfaces that need to add structured comments to doBoard tasks or boards.

Read the full comment_add documentation

What’s Next?

We’re actively expanding our Comments API. The next endpoint to be documented is:

  • comment_update — update existing comments via API, including support for editing comment content, status, labels, metadata, and related comment fields.

Stay tuned — documentation for this endpoint is coming soon.

Scroll to Top