Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/example-reports #225

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/guides/scheduled-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,22 @@ Create separate reports if you need to send to multiple channels with different

## Managing Reports

### Example Results

Example results help you understand and standardize your report output format. After your first report run, you'll see example results in the report configuration:

- **Viewing Examples**: Example results appear in the report editor after the first run.
- **Editing**: You can modify the example to standardize future report formats.
- **Clearing**: To generate new examples erase the current example and save your report.

Here is an example of a daily standup report:

![Azure DevOps Daily Standup Report Example](/img/guides/example-report-1.png)

We see the links are to the API and not the web interface. We can modify the example so that future reports will include the web links in a more readable format:

![Edited Azure DevOps Daily Standup Report Example](/img/guides/example-report-2.png)

### Preview Reports

Test your configuration using the **Preview Report** button to generate a sample report instantly.
Expand Down
Binary file added static/img/guides/example-report-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/guides/example-report-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading