How can I check when a list was created?
Creation of list are in the Board activity log... But it might be so long ago that it is hard to find...
There are also 2 other ways but they are both quite technical:
1. You can finf the information using the Rest API but you need to be a programmer
***
2. If you find the technical list ID the creation date is inside that, but abit of math is needed:
First you need the id: That can be found with this PowerUp: https://trello.com/power-ups/646cc3622176aebf713bb7f8 (see this video how to use it: https://youtu.be/es84INLIiKI?si=17gs4u_613geoivS)
Once you have the id, post it here and I will calculate it for you, or do the following to do it yourself:
- Take the first 8 chars of the Id
- Convert them from hex to integer
- the integer value is an unix epoc that the real date/time in UTC can be seen here: https://www.epochconverter.com
This free tool can now also give you the information without any code skills needed or workarounds: https://trellotools.azurewebsites.net/ListOverview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Rasmus Wulff Jensen and @Daydreamer Mike ! I will try your suggestions!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @LUIZA GAYER
Retrospectively checking existing lists will require a bit of work as @Rasmus Wulff Jensen suggests but there is a simple automation you can add to track new lists...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.