Job result not visible when running a script via the call command #8747

Closed
opened 2025-12-29 20:40:42 +01:00 by adam · 2 comments
Owner

Originally created by @kprince28 on GitHub (Oct 17, 2023).

NetBox version

v3.5.9

Python version

3.10

Steps to Reproduce

  1. Navigate to the NetBox application.
  2. Access the script execution section.
  3. Select a script to execute using the call command.
  4. Observe the job that is created after executing the script.

Expected Behavior

  1. The job should display the result of the executed script.
  2. The job should be named after the class name of the script.
  3. The job badges in the script view of the jobs tab should show the accurate number of jobs created for each script.

Observed Behavior

  1. The job does not show any result of the executed script.
  2. The job is named after the script itself rather than the class name.
  3. The job badges in the script view of the jobs tab show the total number of scripts but do not reflect the actual number of jobs created.
Originally created by @kprince28 on GitHub (Oct 17, 2023). ### NetBox version v3.5.9 ### Python version 3.10 ### Steps to Reproduce 1. Navigate to the NetBox application. 2. Access the script execution section. 3. Select a script to execute using the call command. 4. Observe the job that is created after executing the script. ### Expected Behavior 1. The job should display the result of the executed script. 2. The job should be named after the class name of the script. 3. The job badges in the script view of the jobs tab should show the accurate number of jobs created for each script. ### Observed Behavior 1. The job does not show any result of the executed script. 2. The job is named after the script itself rather than the class name. 3. The job badges in the script view of the jobs tab show the total number of scripts but do not reflect the actual number of jobs created.
adam added the type: bugstatus: revisions needed labels 2025-12-29 20:40:42 +01:00
adam closed this issue 2025-12-29 20:40:43 +01:00
Author
Owner

@jeremystretch commented on GitHub (Oct 17, 2023):

Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports.

@jeremystretch commented on GitHub (Oct 17, 2023): Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports.
Author
Owner

@jeremystretch commented on GitHub (Nov 3, 2023):

This issue is being closed as no further information has been provided. If you would like to revisit this topic, please first modify your original post to include all the requested detail, and then ask that the issue be reopened.

@jeremystretch commented on GitHub (Nov 3, 2023): This issue is being closed as no further information has been provided. If you would like to revisit this topic, please first modify your original post to include all the requested detail, and then ask that the issue be reopened.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8747