Form Preview - Bug Fix Request
PREVIEWPreview of the form as users will see it
Bug Fix Request Request
Request to fix software bugs or issuesActive Conditional Rules
Show Root Cause Analysis for Critical Bugs
Condition: fields.severity_level === 'Critical' || fields.severity_level === 'High'
Action: [ { "type": "show", "target": "root_cause_analysis" }, { "type": "require", "target": "root_cause_analysis" } ] - Priority: 1
Show Workaround for Production Issues
Condition: fields.affected_environment === 'Production'
Action: [ { "type": "show", "target": "temporary_workaround" }, { "type": "require", "target": "temporary_workaround" } ] - Priority: 2
Show Testing Strategy for Complex Bugs
Condition: fields.complexity_estimate === 'High' || fields.complexity_estimate === 'Very High'
Action: [ { "type": "show", "target": "testing_strategy" }, { "type": "require", "target": "testing_strategy" } ] - Priority: 3