πHotfix Configurations
Last updated
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.
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.

You can specify work item types that represent hotfixes. The PRs associated with these work items will be considered as hotfixes.

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