category: Case Management provider: Atlassian sectionorder: - Connect - Collect commonfields: id: Trello version: -1 configuration: - defaultvalue: https://api.trello.com display: Server URL (e.g. https://api.trello.com) name: url required: true type: 0 section: Connect - display: Fetch incidents name: isFetch type: 8 section: Collect required: false - display: Use system proxy settings name: proxy type: 8 section: Connect advanced: true required: false - additionalinfo: ID of Trello board used both to fetch incidents and as the default for all integration commands. display: Default and Fetch Board ID name: board_id type: 0 section: Connect advanced: true required: false - display: API Key name: credentials required: true type: 9 section: Connect - additionalinfo: 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. display: List to Fetch Incidents from name: list_id type: 0 section: Collect advanced: true required: false - display: Incident type name: incidentType type: 13 section: Connect required: false - display: Incidents Fetch Interval name: incidentFetchInterval defaultvalue: '1' required: false type: 19 section: Collect advanced: true description: Interact with the Trello task manager. display: Trello name: Trello script: commands: - description: List the boards available to the provided API Key name: trello-list-boards outputs: - contextPath: Trello.Boards.Id description: The board ID. type: Unknown - contextPath: Trello.Boards.Name description: Board name. type: Unknown - contextPath: Trello.Boards.Closed description: Bool - True if board closed. type: Unknown - contextPath: Trello.Boards.DateLastActivity description: The last time this board was updated. type: Unknown - arguments: - description: 'Optional - the ID of the board to query, if not provided will use configured.' name: board_id description: List all the lists associated with the trello board. name: trello-list-lists outputs: - contextPath: Trello.Lists.Id description: List ID. type: Unknown - contextPath: Trello.Lists.Name description: List Name. type: Unknown - contextPath: Trello.Lists.Closed description: Bool - True if list is closed. type: Unknown - contextPath: Trello.Lists.IdBoard description: ID Of the board this list belongs to. type: Unknown - arguments: - description: Card name. name: name required: true - description: Card Description - Markdown Compatible. name: desc - description: ID of list to create card within. name: list_id required: true - description: CSV list of Labels (by ID) to add to the card. Use trello-list-labels command to display. name: idLabels description: Create a new card. name: trello-create-card outputs: - contextPath: Trello.CreatedCard.Id description: ID of created card. type: Unknown - contextPath: Trello.CreatedCard.Name description: Name of created card. type: Unknown - contextPath: Trello.CreatedCard.Url description: URL Of created card. type: Unknown - contextPath: Trello.CreatedCard.IdList description: ID of list this card belongs to. type: Unknown - arguments: - description: ID of card to be updated. name: card_id required: true - auto: PREDEFINED description: If true, archives the card. name: closed predefined: - 'true' - 'false' - description: CSV Of Trello Label IDs to add to card. name: idLabels - description: ID Of list to move card to. name: idList description: Update an existing card name: trello-update-card outputs: - contextPath: Trello.UpdatedCard.Id description: ID of Updated Card. type: Unknown - contextPath: Trello.UpdatedCard.Name description: Name of updated card. type: Unknown - arguments: - description: ID of card to delete. name: card_id description: Delete a card name: trello-delete-card - arguments: - description: 'Optional - the ID of the board to query, if not provided will use configured.' name: board_id - auto: PREDEFINED description: CSV of action types used to filter response. name: filter predefined: - acceptEnterpriseJoinRequest - addAttachmentToCard - addChecklistToCard - addLabelToCard - addMemberToBoard - addMemberToCard - addMemberToOrganization - addOrganizationToEnterprise - addToEnterprisePluginWhitelist - addToOrganizationBoard - commentCard - convertToCardFromCheckItem - copyBoard - copyCard - copyChecklist - createLabel - copyCommentCard - createBoard - createBoardInvitation - createBoardPreference - createCard - createList - createOrganization - createOrganizationInvitation - deleteAttachmentFromCard - deleteBoardInvitation - deleteCard - deleteCheckItem - deleteLabel - deleteOrganizationInvitation - disableEnterprisePluginWhitelist - disablePlugin - disablePowerUp - emailCard - enableEnterprisePluginWhitelist - enablePlugin - enablePowerUp - makeAdminOfBoard - makeAdminOfOrganization - makeNormalMemberOfBoard - makeNormalMemberOfOrganization - makeObserverOfBoard - memberJoinedTrello - moveCardFromBoard - moveCardToBoard - moveListFromBoard - moveListToBoard - removeAdminFromBoard (Deprecated in favor of makeNormalMemberOfBoard) removeAdminFromOrganization (Deprecated in favor of - makeNormalMemberOfOrganization) - removeChecklistFromCard - removeFromEnterprisePluginWhitelist - removeFromOrganizationBoard - removeLabelFromCard - removeMemberFromBoard - removeMemberFromCard - removeMemberFromOrganization - removeOrganizationFromEnterprise - unconfirmedBoardInvitation - unconfirmedOrganizationInvitation - updateBoard - updateCard - updateCheckItem - updateCheckItemStateOnCard - updateChecklist - updateLabel - updateList - updateMember - updateOrganization - voteOnCard - description: First action time. name: since - description: Last action time. name: before description: List all actions on a board, such as card updates, additions, and deletes. name: trello-list-actions outputs: - contextPath: Trello.Actions.Id description: Action ID. type: Unknown - contextPath: Trello.Actions.Type description: Type of action. type: Unknown - contextPath: Trello.Actions.Date description: Date of action. type: Date - contextPath: Trello.Actions.ListId description: List ID - Null if not card or list action. type: Unknown - contextPath: Trello.Actions.CardId description: Card ID - Null if not card action. type: Unknown - contextPath: Trello.Actions.BoardId description: Board ID. type: Unknown - arguments: - description: Optional - Board ID. name: board_id description: List all the labels in a given board name: trello-list-labels outputs: - contextPath: Trello.Labels.Id description: Label ID. type: Unknown - contextPath: Trello.Labels.Name description: Label Name. type: Unknown - contextPath: Trello.Labels.Color description: Label Color. type: Unknown - arguments: - description: Optional - Board ID. name: board_id - description: Name of Label. name: name required: true - auto: PREDEFINED description: Label Color. name: color predefined: - yellow - purple - blue - red - green - orange - black - sky - pink - lime description: Create a new trello label name: trello-create-label outputs: - contextPath: Trello.CreatedLabel.Id description: ID Of created label. type: Unknown - contextPath: Trello.CreatedLabel.Name description: Name of created label. type: Unknown - arguments: - description: Comment to add. name: text required: true - description: Card to add comment to. name: card_id description: Add a comment to a Trello card name: trello-add-comment outputs: - contextPath: Trello.AddedComment.Id description: ID Of comment action. type: Unknown - contextPath: Trello.AddedComment.Date description: Date of comment. type: Unknown - arguments: - description: ID of list containing cards. name: list_id description: List all the trello cards name: trello-list-cards outputs: - contextPath: Trello.Cards.Id description: Card ID. type: Unknown - contextPath: Trello.Cards.Name description: Card Name. type: Unknown - contextPath: Trello.Cards.IdList description: ID of parent list. type: Unknown - contextPath: Trello.Cards.Due description: Due date of card. type: Date - contextPath: Trello.Cards.Labels description: List of labels associated with card. type: Unknown - contextPath: Trello.Cards.Desc description: Card description. type: Unknown - contextPath: Trello.Cards.Start description: Card Start date. type: Date - contextPath: Trello.Cards.Labels.id description: Label ID. type: Unknown dockerimage: demisto/python3:3.12.8.3296088 isfetch: true runonce: false script: '-' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests