list_swimlanes
Retrieve all active swimlanes for a Kanboard project by providing a project ID or identifier, or using a .kanboard.yaml configuration. Returns swimlane details including id, name, description, position, and active status.
Instructions
List active swimlanes for a Kanboard project. Provide project_id or project_identifier, or configure .kanboard.yaml in your project root. Returns an array of swimlane objects with id, name, description, position, and is_active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Numeric project id. Falls back to .kanboard.yaml when omitted. | |
| project_identifier | No | Short project identifier. Falls back to .kanboard.yaml when omitted. |