Kan Task

Interact with Kanboard tasks

Overview

This node interacts with Kanboard tasks, allowing users to create, get, update, delete, or list tasks within a Kanboard project. It is useful for automating task management workflows, such as creating new tasks with specific details, retrieving task information, updating task attributes, deleting tasks, or listing all tasks in a project.

Use Case Examples

  1. Create a new task in a specific project with a title and optional details like description, due date, and owner.
  2. Retrieve details of a specific task by its ID.
  3. Update attributes of an existing task, such as changing its due date or owner.
  4. Delete a task by its ID to remove it from the project management board.

Properties

Name Meaning
Task ID The ID of the task to get, update, or delete. Required for these operations.

Output

JSON

  • success - Indicates if the delete operation was successful (true) and returns the deleted task ID.
  • taskId - The ID of the task that was deleted.

Dependencies

  • Requires an API key credential for Kanboard API access.

Troubleshooting

  • Common issues include providing an invalid or missing Task ID for get, update, or delete operations, which will cause errors.
  • API request failures due to incorrect URL or network issues may occur; ensure the Kanboard URL is correct and accessible.
  • Date fields must be in ISO 8601 format; invalid date formats may cause request failures.

Links

Discussion