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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello!
I have created a board to manage my car fleet. In the board there is a list called "Cars" and each car has a card. On each card there is a checklist caled "Expiry" that has items like ensurance, first aid kitt, tehnical inspection etc and each item has a set due date as the expiry date.
The ideea is to use Trellinator (on a time trigger) to check daily each card, each item and check if the expiry date on any of those is getting close. If expiry date is less than x (no. of days) it should create a linked card in the list called "Overview" letting me know there is something that needs to be done.
I hit a bump when trying to get the due date on the checklist items... i try it like this: item.due().getTime()
and I check the number of days like this:
if((item.due().getTime() - Trellinator.now().getTime)/ 1000*3600*24 <= x) { do whatever}
Any ideeas?
Not sure about doing this in Trellinator (I need to take some time to investigate it mylsef!) but it sounds a ot like you are trying to do reporting. You could absolutely get a daily list of due checklist items using Blue Cat Reports and could even get it emailed to you to save having to check Trello each day.
If you take a look at Blue Cat, try creating a 'Quick List' for your checklist items, that is probably the simplest thing. But the reports could also be useful for more complex reporting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.