Propagation of issue resolution across branches

We wish to fix an issue in a parent branch and have that issue address all child branches where the file is identical.

We’ve tested this out but the changes are not propagated. I’m sure we are missing out something here as this has to be a common requirement.

We would appreciate some guidance on whether this is possible and how to go about it.

Thanks.

Currently, fixing an issue in a parent branch will not be propagated to child branches.

It works the other way around: if you fix an issue in a child branch, and then merge that branch into its parent, the fixed state is propagated to the parent.

Hi, thanks for the explanation.

Hi Janos,

If I mark an issue as false positive or won’t fix, will this be propagated to other branch which has the same code?