Staff++supports Trello integration. Whenever reports are created, or they change status it can by synchronized with Trello. However this a one way synchronization, if you change the cards created by Staff++ in Trello it will not be updated in game.
StaffPlusPlusTrello:reports: # Your api keyapiKey:"" # Your user tokenuserToken:"" # The id of your board, can be found in the urlboardId:"" # The list names in which the cards should be placed when moved to this statusopenListName:"open"rejectedListName:"rejected"acceptedListName:"accepted"resolvedListName:"resolved"
Obtaining the API key
I recommend creating a new Trello user purely for the purpose of the Staff++ integration, but you can also use your existing user.
Log in into Trello with the user you want to use for the integration. The user needs access to the board where the reports should be added on.
Lastly map the Staff++ statuses to the correct Lists on your Trello board. The match is done based on the List name and it must be an exact match. If the plugin can't find any of the configured lists on the board, an error message will be thrown at startup of the plugin