Trello Integration
Configuration
StaffPlusPlusTrello:
reports:
# Your api key
apiKey: ""
# Your user token
userToken: ""
# The id of your board, can be found in the url
boardId: ""
# The list names in which the cards should be placed when moved to this status
openListName: "open"
rejectedListName: "rejected"
acceptedListName: "accepted"
resolvedListName: "resolved"Obtaining the API key
Obtaining the User Token
Obtaining the board ID
The lists
Example:

Last updated