Report result do not update in API #7993

Closed
opened 2025-12-29 20:30:58 +01:00 by adam · 1 comment
Owner

Originally created by @jiuka on GitHub (May 4, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v.3.5.0

Python version

3.10

Steps to Reproduce

  1. Run a Report
  2. Check Report status in API

Expected Behavior

New report status is reported in the API

Observed Behavior

Last report status prior to 3.5 Upgrade is returned.

Originally created by @jiuka on GitHub (May 4, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v.3.5.0 ### Python version 3.10 ### Steps to Reproduce 1. Run a Report 2. Check Report status in API ### Expected Behavior New report status is reported in the API ### Observed Behavior Last report status prior to 3.5 Upgrade is returned.
adam added the type: bugstatus: accepted labels 2025-12-29 20:30:58 +01:00
adam closed this issue 2025-12-29 20:30:58 +01:00
Author
Owner

@jiuka commented on GitHub (May 4, 2023):

In netbox/extras/api/views.py#L186 the report jobs are filterd differently then in get_latest_jobs which is used by the report view.

@jiuka commented on GitHub (May 4, 2023): In [netbox/extras/api/views.py#L186](https://github.com/netbox-community/netbox/blob/develop/netbox/extras/api/views.py#L186) the report jobs are filterd differently then in [get_latest_jobs](https://github.com/netbox-community/netbox/blob/develop/netbox/netbox/models/features.py#L313) which is used by the report view.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7993