Hi. I'm using Trello among different teams. And one team can create card in the board of others'. Every team have response time SLA. Are there any possibilities in Trello to track/monitor response time - duration between date of each comment?
Looks like you have to use a report power up like Bluecat or write you own program using Trello api.
Thanks for comment. Researched few power ups but couldn't find anything. A lot of report and tracking power up but nothing regarding comments time tracking. May you suggest smth?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is structure of a comment (aka filter on action by commentCard,copyCommentCard) :
dict_keys(['id', 'idMemberCreator', 'data', 'appCreator', 'type', 'date', 'limits', 'memberCreator'])
together with the card creation date you can write the report you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.