You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi everyone!
Is there any way to track cards reordering within the list? The "Activity" only notifies if the card has been moved to another list, but this is not the same. It should be quite a common use case to see whether a card is reordered (e.g, by priority) or no.
If it is not possible doing this in Trello, are there any tools or extensions to do that?
Thanks in advance.
Ok, I got it.
I supposed that is possible to do via Trello UI (browser), like "Activity" history, not webhook or fetch.
Thanks for answering!
@EduardDoyinskiy The Trello activity details at card and board level is controlled by Trello. I do not know of a way show an output there.
for a webhook, it will have to inspect all card updates at the callback URL aka endpoint and then to write the data somewhere like a card description which can trigger Butler commands etc. It does mean you must have back capabilities. The platform(beta) I have been using and the Butler Add on I developed can do that. Alternatively you can use @Iain Dooley ’s Trellinator.
The fetch option is more for investigation.
You might want to take a look at our Trello-Tool. It lets you filter card activities by user, board and time-Window. The type of action can also be specified. You will see who moved content up and down and when this was done...