-
Suggestion
-
Resolution: Unresolved
-
None
User Problem
Customers would like to see who added, edited and removed labels and when to cards on boards in their Activity logs.
Suggested Solutions
Add actions related to labels being added or removed to a card on the Activity log for individual cards and the boards they sit in, e.g. John Smith added the 'Done' label at 9:30am
Current Workarounds
1. Create an automation to add a comment to a card (with variables) when a label is added or removed on a card:
when any label is added to a card, post comment "{username} added {labelname} to this card at {isodatetime}"
2. Export the board/card in JSON format and view label updates under 'Actions'.