mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #434] Bulk add scripts to automation policy tasks #266
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#266
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 @subzdev on GitHub (Apr 24, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/434
Is your feature request related to a problem? Please describe.
Unable to add more than 1 task at a time when creating an automation policy.
Describe the solution you'd like
A multi-select list would work to be able to select multiple tasks. The descriptive name field could just default to the script name instead of having to define it for each added task and the schedule could be set for all in the list at the same time.
@sadnub commented on GitHub (May 29, 2021):
This feels like it would be better suited for the a django shell versus the UI. It might also be problematic to have the same date/time settings since you can;t go back and modify them at this time.
The copy function exists for automation policies, but the tasks do need to be created first.