Trello
This Integration is part of the Trello Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Interact with the Trello task manager This integration was integrated and tested with version 1.0.0 of Trello
Configure Trello in Cortex#
First, retrieve an API key from the trello API page, by following this link For more information, see the following Trello documentation
| Parameter | Description | Required |
|---|---|---|
| Server URL (e.g. https://example.net) | True | |
| Fetch incidents | False | |
| Use system proxy settings | False | |
| Default and Fetch Board ID | ID of Trello board used both to fetch incidents and as the default for all integration commands. | False |
| API Key | False | |
| List to Fetch Incidents from | Optional - If specified, incidents will only be fetched when cards are created in this specific list. Use trello-list-lists command to display IDs of available lists in Board. | False |
| Incident type | False |
Commands#
You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
trello-list-boards#
List the boards available to the provided API Key
Base Command#
trello-list-boards
Input#
There are no input arguments for this command.
Context Output#
| Path | Type | Description |
|---|---|---|
| Trello.Boards.Id | Unknown | The board ID |
| Trello.Boards.Name | Unknown | Board name |
| Trello.Boards.Closed | Unknown | Bool - True if board closed. |
| Trello.Boards.DateLastActivity | Unknown | The last time this board was updated. |
Command Example#
!trello-list-boards
Context Example#
Human Readable Output#
Trello Boards#
id name dateLastActivity 5f84cf4db437823603f98ad0 Current Tasks 2021-03-24T04:38:20.193Z 602f2f91cc8a4e23e393556a Devel 2021-03-29T05:18:09.118Z 5ea81000966eeb7e86362b35 MOXSOAR 2020-12-06T23:15:15.945Z 5f0fc9c1e1ca6e3eef34913d XSOAR 2021-03-29T00:28:52.283Z
trello-list-lists#
List all the lists associated with the trello board.
Base Command#
trello-list-lists
Input#
| Argument Name | Description | Required |
|---|---|---|
| board_id | Optional - the ID of the board to query, if not provided will use configured . | Optional |
Context Output#
| Path | Type | Description |
|---|---|---|
| Trello.Lists.Id | Unknown | List ID |
| Trello.Lists.Name | Unknown | List Name |
| Trello.Lists.Closed | Unknown | Bool - True if list is closed |
| Trello.Lists.IdBoard | Unknown | ID Of the board this list belongs to |
Command Example#
!trello-list-lists
Context Example#
Human Readable Output#
Trello Lists#
closed id idBoard name pos softLimit subscribed false 606120363e1eb362adcfdb47 602f2f91cc8a4e23e393556a New Tasks 65535.5 false false 605d2a706398646de27a1f8f 602f2f91cc8a4e23e393556a Created by XSOAR 98303.25 false false 603c6dcfe6f2ef24e161d31f 602f2f91cc8a4e23e393556a Xsoar to Investigate 131071 false false 605ac66f9f37c20f9f3205d9 602f2f91cc8a4e23e393556a Completed List 196607 false
trello-create-card#
Create a new card.
Base Command#
trello-create-card
Input#
| Argument Name | Description | Required |
|---|---|---|
| name | Card name. | Required |
| desc | Card Description - Markdown Compatible. | Optional |
| list_id | ID of list to create card within. | Required |
| idLabels | CSV list of Labels (by ID) to add to the card. Use trello-list-labels command to display. | Optional |
Context Output#
| Path | Type | Description |
|---|---|---|
| Trello.CreatedCard.Id | Unknown | ID of created card |
| Trello.CreatedCard.Name | Unknown | Name of created card |
| Trello.CreatedCard.Url | Unknown | URL Of created card |
| Trello.CreatedCard.IdList | Unknown | ID of list this card belongs to |
Command Example#
Human Readable Output#
trello-delete-card#
Delete a card
Base Command#
trello-delete-card
Input#
| Argument Name | Description | Required |
|---|---|---|
| card_id | ID of card to delete. | Optional |
Context Output#
There is no context output for this command.
Command Example#
Human Readable Output#
trello-add-comment#
Add a comment to a Trello card
Base Command#
trello-add-comment
Input#
| Argument Name | Description | Required |
|---|---|---|
| text | Comment to add. | Required |
| card_id | Card to add comment to. | Optional |
Context Output#
| Path | Type | Description |
|---|---|---|
| Trello.AddedComment.Id | Unknown | ID Of comment action |
| Trello.AddedComment.Date | Unknown | Date of comment |