Trying to help the missing feature at ClickUp detailed on:
I created a template that could help:
The blueprint is attached.
clickup_edit_tasks_that_are_overdue.json (14.7 KB)
Trying to help the missing feature at ClickUp detailed on:
I created a template that could help:
The blueprint is attached.
clickup_edit_tasks_that_are_overdue.json (14.7 KB)
Heya @AndyDaSilva52 this is some seriously good stuff, thanks a bunch for sharing it with us! So very appreciated
Hi!
This automation is amazing, thank you so much!
I import the blueprint but I keep getting a BundleValidationError for the task_id, I might have done something wrong .
Do you have an idea on what I’m missing?
I tried to reach for the Template, but the link doesn’t seem to work.
Thank you again!
Hi @DEL-ightful
You have to make some minor configurations and if you need to change what you want to Edit for the tasks.
I made a short video showing the import of the blueprint.json
and a basic config.
I hope it helps!
Hi there @DEL-ightful did you manage to figure this task_id error out. I am also getting that error.
Thank you!
So if I understand, if I want the task to change 7 days before due date, I should do that? {{addDays(now; 7)}}
I didn’t get exactly. If you want to change tasks that are overdue for 7 days or more, you would do {{addDays(now; -7)}}
, as today is 2023-12-01
, the expression would result in 2023-11-24