While some user data is not displayed for privacy reasons, the best way to build advanced reporting in Trello is via the API. If you haven't checked it out already, I'd recommend checking out the 'Getting Started' section of our developer documentation site: https://developers.trello.com. It will walk you through using the API to access your data in Trello.
Once you have gone through that and understand how to use a key and token to access data in the API, you may find the following query as a good starting place. It includes almost all of the information about a board, including pluginData: https://api.trello.com/1/boards/[boardId]?fields=all&cards=all&card_fields=all&pluginData=true&card_pluginData=true. You'd just need to replace [boardId] with the ID of your board.
Hi Blair, maybe this is too advanced, but what is exactly supposed to happen when I use this link you sent me, after replacing the boardId? It showed me plenty of lines of code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.