Scheduled Reports
  • 03 Oct 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Scheduled Reports

  • Dark
    Light
  • PDF

Article Summary

Overview

You can schedule to run the project reports daily, weekly or monthly using this option. On scheduling the report, the selected report gets generated automatically on the specified date and time and the generated report is sent to the respective user through e-mail. Thus by scheduling the reports you get the data in regular intervals without manually generating it.

What's New

Previously, the project reports were available for download for the main branches. With CodeScan 22.7 update, we now support generating reports manually or by scheduling them for every project branch.

To configure scheduled reports,

  1. Select the CodeScan organization and choose your project.

  2. Navigate to the More tab and choose Project Reports from the dropdown.
    image.png

  3. Choose Scheduling option as Cron, if not automatically selected.

  4. The Cron expression is a string consisting five subexpressions (fields) that describe individual details of the schedule.

Cron ValueAllowed ValuesAllowed Special Characters
Minutes0-59, - * /
Hours0-23, - * /
Day of month1-31, - * /
Month0-11 or JAN-DEC, - * /
Day of week1-7 or SUN-SAT, - * ? / L C #
  1. Choose Recieve Scheduled Reports as Enabled.
  2. Click Run now.

image.png


Was this article helpful?