-
Suggestion
-
Resolution: Unresolved
-
None
User Problem
Currently, Trello API does not return edits made to existing comments among other actions, which makes users unable to track those.
If a comment is added to a card and then edited, when pulling the actions of this cards via API, only the commentCard action will return.
Suggested Solutions
Make it so that the our API returns updateComment actions when pulling actions of any model.
Current Workarounds
Create a webhook to receive notifications of updates made to a model, including updateComment actions.