Is there a technique for copying all rules from a specific ruleset version into a branch?
The objective would be to have copies in both locations - rather than moving the rules. The destination needs to be a branch.
Is there a technique for copying all rules from a specific ruleset version into a branch?
The objective would be to have copies in both locations - rather than moving the rules. The destination needs to be a branch.
@sailajak1919
First thing we need to understand is: why do you want to do this?
None of the standard development practices with branch management would recommend this approach and I can’t think of any valid reason.
However it is possible with the refactor rulesets wizard:
Create your destination branch in your application
Select Create → SysAdmin → Ruleset. Select branch ruleset and then select which branch to use and which ruleset to branch.
Open the Ruleset Wizard at Configure → System → Refactor → Rulesets
Select Copy/Merge Ruleset
Choose Copy + Entire Ruleset Versions. Select your specific Ruleset and version.
In the Target Ruleset Information section, select the branch ruleset we created in step 2, and enter the version 01-01-01
Click next to run through the rest of the wizard and it will save as every rule from your ruleset into the branch ruleset.