In order to audit a board, I need a method to view all comments from all trello cards without clicking each individual card. A flat view of all comments if you will
How can this be done?
@Wayne Mery you need to do this with the API. This Trellinator function will dump all comments from all cards on a board, including a link to the card, into a Google Sheet:
https://gist.github.com/iaindooley/e70de08be81152c229b2a47d1117e028
You can see how to set up Trellinator here:
https://community.atlassian.com/t5/Marketplace-Apps-articles/Introducing-Trellinator-Automate-Trello-with-Google-Apps-Script/ba-p/925271
Note that this function won't get "triggered" any way, you'd just run it manually from the script editor. If you wanted, you could run it daily, and you could install it on multiple boards for example.
It looks like you're new here. Sign in or register to get started.