Review/pools
Search and filter pool assignment rules by various criteria
Filter by repository
flxbl-io/sf-coreFilter by pool tag
feature_devFilter by active status
trueSearch in branch patterns
featureSearch in domain patterns
stagingList of pool assignment rules
List of pool assignment rules
Creates a new rule for automatically assigning pools to review environments based on branch and domain patterns
Repository identifier in format owner/repo
flxbl-io/sf-coreTag of the pool to assign for matching patterns
feature_devType of pool (SANDBOX or SCRATCH_ORG). If not specified, will be detected from the pool configuration.
SANDBOXPossible values: Git branch pattern to match (supports wildcards: , prefix/, *suffix)
mainDomain pattern to match (supports wildcards) - DEPRECATED: Use domainPatterns instead
*Domain patterns to match (supports wildcards, leave empty to match any domain)
["sales"]Priority for conflict resolution. Higher values take precedence.
10Optional description explaining the assignment rule
Feature branches use the development pool for any domainWhether this assignment rule is active
truePool assignment rule created successfully
Invalid pattern or request data
Pool not found
Duplicate rule exists
Test which pool would be assigned for a given repository, branch, and domain combination
Repository identifier
flxbl-io/sf-coreBranch to test
feature/ABC-123Domains to test (supports multiple domains)
["sales","service"]Pattern matching test results
Pattern matching test results
Update patterns, priority, or status of an existing pool assignment rule
Pool assignment rule ID
Type of pool (SANDBOX or SCRATCH_ORG)
SANDBOXPossible values: Git branch pattern to match
feature/*Domain pattern to match - DEPRECATED: Use domainPatterns instead
salesDomain patterns to match (supports wildcards, leave empty to match any domain)
["sales","service"]Priority for conflict resolution
10Optional description explaining the assignment rule
Updated: Feature branches use the development poolWhether this assignment rule is active
truePool assignment rule updated successfully
Invalid pattern or request data
Assignment rule not found
Duplicate rule would be created
Last updated