I would like to count every day, through API, the cards been moved from specific list (e.g. 'in progress' list) to another list (e.g. 'done' list). Is there a way to make this metric?
Hi there,
The way to do this would be via actions, the "updateCard" action specifically. What you can do is look at all of the actions for a board and filter "updateCard" items. If the card was moved, you should see the "listBefore" and "listAfter" values.
https://developers.trello.com/v1.0/reference#boardsboardidactions
https://developers.trello.com/v1.0/reference#action-object
Let us know if you have any questions on this and we'd be happy to help.
Thank you Denise,
your solution worked perfect!
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.