Kan Comment

Interact with Kanboard task comments

Overview

This node interacts with Kanboard task comments, allowing users to either list all comments for a specific task or create a new comment on a task. It is useful for automating task comment management within Kanboard, such as retrieving all comments for review or adding new comments programmatically.

Use Case Examples

  1. Listing all comments for a task to display or analyze them in a workflow.
  2. Creating a new comment on a task to update team members or log information automatically.

Properties

Name Meaning
Task ID The ID of the task for which comments are being listed or created.

Output

JSON

  • ``
    • id - The unique identifier of each comment.
    • content - The text content of each comment.
    • user_id - The ID of the user who posted each comment.
    • date_creation - The creation date of each comment.

Dependencies

  • Kanboard API with an API key credential

Troubleshooting

  • Ensure the Task ID provided is valid and exists in Kanboard to avoid errors.
  • Verify that the Kanboard API URL and credentials are correctly configured to prevent authentication failures.
  • Common error message: 'Kan Comment operation failed' indicates issues with the API request, such as network problems, invalid parameters, or permission issues. Check the error message details for specifics.

Links

Discussion