.docs/propagate_down.md in lazylead-0.3.1 vs .docs/propagate_down.md in lazylead-0.4.0
- old
+ new
@@ -62,10 +62,10 @@
values ('Propagate customfield_1 (External ID) to sub-tasks',
'0 8 * * 1-5',
'true',
1, 1, 1,
'Lazylead::Task::PropagateDown',
- '{"jql":"filter=222", "fields":"customfield_1"}');
+ '{"jql":"filter=222", "propagate":"customfield_1"}');
```
Yes, for task scheduling we are using [cron](https://crontab.guru).
4. Once you changed `./ll.db`, please restart the container using `docker-compose -f .github/tasks.yml restart`