False Positive inheritance

SonarQube 7.3

For each release a branch is created by copying the previous branch. Is there any way to have one project with many branches in order to inherit the information for FALSE POSITIVE issues between the branches? In other words, for branch 10.1 some FP have been marked. Is it possible for branch 10.2 to inherit this information?

Thank you in advance

Hi,

You’re looking for sonar.branch.target, which will give you a one-time-only FP sync at branch creation. The docs.

 
Ann