Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.0.8
Python Version
3.11
Steps to Reproduce
- Create a script/report
- Run it with
python manage.py runscript cables.Cables
Expected Behavior
The Jobs related to the script should show up in the script's job tab (/extras/scripts/21/jobs/) for example as well as through the API when querying for the latest's run of the script.
In our usecase (we recently upgraded from Netbox 3.2) we use a systemd timer to run the scripts/reports periodically, and then our monitoring fetch the status of the latest run through the API for alerting.
Observed Behavior
The Script's job properly runs and is visible in the overall Job's page, but not under the Script itself.