mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-28 07:55:51 +03:00
[GH-ISSUE #2068] [Feature request] Tasks History #3230
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @P6g9YHK6 on GitHub (Nov 11, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2068
Feature Request: Task History Logs
Is your feature request related to a problem? Please describe.
Currently, there is no way to view historical logs for tasks, which makes it difficult to trace past executions, identify recurring issues.
Describe the solution you'd like
Implement a history log feature for tasks that records:
This would allow to track task to troubleshoot issues
Describe alternatives you've considered
Manually logging task output
Additional context

@wh1te909 commented on GitHub (Nov 11, 2024):
what about the agent history tab? all the info you want is already there for task runs for every run.
@P6g9YHK6 commented on GitHub (Nov 11, 2024):
i had a brain fart i didn't think about it
it is just very clogged up but yea it would do the job
i noticed that the export does not have the output

@P6g9YHK6 commented on GitHub (Nov 11, 2024):
will close this one and open an issue for the export missing
@wh1te909 commented on GitHub (Nov 11, 2024):
for exporting it's better to just use the reporting feature with the CSV option the one in the tables is limited and won't work for stuff that requires tons of data as its client side only and loading all the data client side will cause browser to freeze/crash