Kan Board

Interact with Kanboard boards and columns

Actions4

Overview

This node interacts with Kanboard to list all columns for a specified board. It is useful for users who want to retrieve and manage the columns within a Kanboard board, such as project managers or team members tracking task progress. For example, it can be used to fetch all columns of a board to display their statuses or to automate workflows based on column data.

Use Case Examples

  1. List all columns of a specific Kanboard board to display their details in a dashboard.
  2. Fetch columns to automate task movement between columns based on certain triggers.

Properties

Name Meaning
Board ID The ID of the board to list columns for, required to specify which board's columns to retrieve.

Output

JSON

  • id - The unique identifier of the column.
  • title - The name or title of the column.
  • position - The position or order of the column within the board.
  • task_limit - The maximum number of tasks allowed in the column.
  • description - A description of the column.

Dependencies

  • Kanboard API

Troubleshooting

  • Ensure the provided Board ID is correct and exists in Kanboard to avoid errors.
  • Verify that the API credentials (API key and URL) are correctly configured and have the necessary permissions.
    Common error message: 'Kan Board operation failed: ' indicates an issue with the API request, such as invalid parameters or network issues. Check the error message details for troubleshooting.

Links

Discussion