-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Board - Export
-
None
-
2
User Problem
Currently, the only way to see the due date reminder for a card is by opening the card's back and clicking the due date. If someone sets the wrong reminder for some cards, we need to check them individually to know which ones we should correct. There should be an easier way to see the reminder for all cards at the same time.
Suggested Solutions
The CSV export should include a column showing the due date reminder for the cards. This will allow us to filter by a specific reminder.
Current Workarounds
- Export the board as JSON, press ctrl + F, and search by the cards with "dueReminder": -1. This workaround requires certain knowledge to read the JSON file.
- Get the data using Trello API. This requires API knowledge.