🐞Hotfix Configurations

In Hotfix configurations section you can specify the aspects of your SCM or project management tool based on which PRs should be considered for hotfix.

These configurations majorly affect the calculations of Change Failure Rate and MTTR.

Pull Request Pattern

You can specify some patterns based on which PRs will be classified as hotfixes. These patterns can be enabled to be identified in any of the attributes such as PR labels, titles, descriptions, branches, tags.

Jira Issue Type

You can specify Jira issue types that represent hotfixes. The PRs associated with these issues will be considered as hotfixes.

Patch version pattern

Any merged Pull Requests (PRs) with a PR title, Source branch, or PR tags containing a version number in the format x.y.z (where z > 0) can be identified as a hotfix. Learn more about it.

Last updated