Description
Part of Enterprise Add-ons project.
Follow-up for #14849
Scanner rules and query rule can currently run on a specific channel, listed or unlisted, or None. With a third enterprise channel added, we need a way to select any combination of channels:
- None (all of them)
- Listed only
- Unlisted only
- Enterprise only
- Listed + Unlisted
- Listed + Enterprise
- Unlisted + Enterprise
It should be backwards-compatible with existing run_on_specific_channel parameter, so we should add the extra combinations as additional choices to that field. Ideally the widget to select this would be a <select multiple> with juste Listed, Unlisted and Enterprise and behind the scenes would transform values to make that work.
See also #14855
Acceptance Criteria
┆Issue is synchronized with this Jira Task
Description
Part of Enterprise Add-ons project.
Follow-up for #14849
Scanner rules and query rule can currently run on a specific channel, listed or unlisted, or None. With a third enterprise channel added, we need a way to select any combination of channels:
It should be backwards-compatible with existing
run_on_specific_channelparameter, so we should add the extra combinations as additional choices to that field. Ideally the widget to select this would be a<select multiple>with justeListed,UnlistedandEnterpriseand behind the scenes would transform values to make that work.See also #14855
Acceptance Criteria
┆Issue is synchronized with this Jira Task