Is it possible to generate a report to provide an audit trail of all of the Jaspersoft "Scheduled Reports" and "Ad-hoc" views that have been run?
Additionally It would be desirable to see these fields in a report:
Release : 16.1.2 and Jaspersoft 8.1.1
There is no out-of-the-box report solution to this query. However details can be retrieved from Jaspersoft DB when Audit and Monitoring is enabled on Jaspersoft Reporting Server and using the available audit and monitoring events combination with the default audit reports. You would need to enable Audit and Monitoring on the Jaspersoft reporting server as a the first step.
References:
Enabling audit and monitoring in JRS
Video reference for enabling Auditing and Monitoring
Auditing and monitoring events
After audit and monitoring is enabled, you can leverage the audit and monitoring reports. Specifically the Audit report
-> Audit report only provides information about a report execution details, not how it is initiated. You can run the report located at "/public/audit/reports/Audit_Report" and apply the filters to get required information. You would need to query the quartz table to get the report job information and analyze it to get those scheduler related information.