How to view a branch that has been merged already?

Hi all,

Is there a way to view merged branches?

Thanks,

Su

@ChensuZ5 Running the list view pzGetBranchedRuleSets should do the trick. Alternatively, you could create your own RD in class Rule-RuleSet-Name with a filter .pyRuleSetType == “BRANCH”

Merged branches would then be the delta between the branches on your application and the branches in the listview or RD.

@ChensuZ5

The other easiest way to see merged branches is using All Wizards. In label column you can filter Merge Branches.

@VinayKumarL16594575 That looks better, good find :slight_smile: