Trello – How to filter Trello activity for a given member

trello

I simply want to see my own activity for a given day (yesterday most of the time).

Since the Trello app doesn't seem to have this, I was looking into the Trello API, so I could build some script to pull this off when needed.

It seems like GET /1/boards/[board_id]/actions should be able to give me this, but I can not find the options to filter by member id.

Best Answer

enter image description hereCurrently Trello doesn't provide filter activity feature but if you simply want to see your activity for yesterday or certain day, you can simple go to your profile and you will see all your activities there order by the date. So you can easily scroll for certain date or yesterday. You can apply this approach for the other members as well. Good luck!!!