createCard
Add a new card to a specified list on a Wekan board. Provide the board, list, title, and optionally description, due date, members, and labels.
Instructions
Create a card
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | ||
| listId | Yes | ||
| title | Yes | ||
| description | No | ||
| swimlaneId | No | ||
| due | No | ||
| members | No | ||
| labels | No |