I'm considering the feasibility of doing simple reporting on Trello data. My quick review of the API documentation has left me with a question.
Can I use the Trello API to determine when a given card (part of a given board) changed lists?
Trello Card History. View a Trello card's description, name, and points histories, which are not available through the standard Trello interface. The Trello Card History extension provides quick and easy access to vital historical information for a Trello story card's Description and Name.
Trello Card Counter reveals many useful insights into your Trello boards by counting the number of cards in each list, by counting the total number of cards across yours boards and by calculating the average number of cards per list.
Selecting the "Load more activity" link at the bottom of the activity feed will open a pop-up window that lets you view all of the activity on the board since the board's creation.
To access this functionality, click “Show Menu” on your Trello board then click “Search Cards.” You can also press the “F” key to instantly pull up this menu. You'll then see the options to search on this specific board by labels, members assigned to cards, due dates, and keywords.
If you get the actions list for a card, and filter it to only include updates to the idList, something like this:
GET /1/cards/4f429d592aa6beb467155e9a/actions?filter=updateCard:idList
^ replace with card id ^
... then you can examine the date
field on the returned actions to determine when the card changed lists.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With