PowerPlatformConnectors/certified-connectors/Kanban Tool
spoterala ada7269a7d
Kanban Tool - responses fixes (#981)
* Kanban Tool connector ready to certify

* Kanban Tool connector - label fixes

* Kanban Tool connector - deleting new lines from description

* [Kanban Tool] Responses fixes

Co-authored-by: sylwuskak <sylwuskak@gmail.com>
2021-07-27 17:29:54 -07:00
..
Readme.md Kanban Tool connector ready to certify (#926) 2021-07-06 20:20:48 -07:00
apiDefinition.swagger.json Kanban Tool - responses fixes (#981) 2021-07-27 17:29:54 -07:00
apiProperties.json Kanban Tool connector - label fixes (#953) 2021-07-14 15:05:38 -07:00

Readme.md

Kanban Tool

An official connector working with the Kanban Tool API.

Prerequisites

You will need the following to proceed:

  • A Microsoft Power Apps or Power Automate plan
  • A Kanban Tool account with API access enabled

Supported Operations

The connector supports the following operations:

  • Create Task: Create a task in a board.
  • Update Task: Update the properties of a card (Name, Description, Card type).
  • Move Task: Move a task to a workflow stage or swimlane.
  • Delete Task: Deletes a task.
  • Archive Task: Archives a task.
  • Create Comment: Create a comment in a task.
  • Create Subtask: Create a subtask (checklist item) in a task.
  • Delete Subtask: Deletes a subtask.
  • Update Subtask: Update a subtask (Name, Assigned user).
  • Get Boards: Get all boards from the account.
  • Get Board: Get data of a specified board.
  • Get Tasks: Get all tasks from a specified board.
  • Get Task: Get data of a specified task.
  • Get Comments: Get all comments of a specified task.
  • Get Subtasks: Get all subtasks (checklist items) of a specified task.
  • Board activities: Get changelog of a specified board.