-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Future Dev
Lets say we have a plugin that does stuff and queues up an adhoc task, and it has custom data of {course: 12345}
In it's own logs it knows that the custom data was, it would be very nice to be able to deep link into the task logs page filtered to just the specific tasks we are interested in:
/admin/tasklogs.php?customdata=course:123
This would show all the instances of this task type with that specific custom data.
Or you should be able to search by the adhoc task id and see all the instance of that run (maybe is failed twice and then ran) like this:
/admin/tasklogs.php?taskid=2641
This is blocked by report builder generally not having deep links (see MDL-73292), and specifically here by not being able to filter via either the adhoc task id, or the custom data.
- has a non-specific relationship to
-
MDL-73292 Report builder urls with filters, sort, pagination should be bookmarkable / deep linkable
-
- Open
-
-
MDL-77305 Support logical boolean operators in custom report conditions
-
- Open
-
-
MDL-82887 Include nullable ad-hoc task ID column in task logs
-
- Open
-
- is blocked by
-
MDL-83686 Custom Task logs report cannot be grouped by task name
-
- Closed
-
- will help resolve
-
MDL-81243 Task logs pretty useless for adhoc tasks - try fixing for quiz_statistics\task\recalculate
-
- Open
-