Exclusions
These configurations enable you to auto exclude PRs and Commits from the metrics, based on certain conditions.
Auto Exclude PRs by Cycle Time
Here you can set a threshold of cycle time days, and PRs having cycle time more than this will be excluded from all metrics.
Auto Exclude PRs by PR Size
Here you can set a threshold of PR size, and PRs having LoC more than this will be excluded from all metrics.
Auto Exclude PRs by Keywords
Here you can set a keywords which will be searched in certain attributes of the Pull Request - Title, Description, Label - any PRs matching these criteria will be excluded from all metrics.

Auto Exclude PRs by Branches
By setting branch patterns, you can configure that all PRs following the set path of source and destination branches will be auto excluded from all metrics.
This can be done via 2 methods:
Many to Many mapping
One to One mapping

Auto Exclude Commits from Metrics
Commits with these keywords will not be counted towards metrics.

Last updated
Was this helpful?