-
Story
-
Resolution: Duplicate
-
Major
-
None
-
None
-
False
-
False
-
None
-
Unset
-
None
-
Undefined
When creating an event type, we currently need:
- name
- display_name
- description
We should also be able to specify a list of default behavior, without "behaviors" the event_type is muted
{
"name":"new-recommendation-1",
"display_name":"New recommendation - Low",
"description":"Notifications when there is a recommendation of low severity",
"behavior_groups":
[{"name": "default", "locked": true}]
}
"locked" means that the user cannot remove that behavior, it makes sense when the behavior itself cannot be edited/deleted.
"locked" is optional, by default it isn't locked.
PS: we may want to implement this with the current design already, so that we one can use the default action set rather than mute...
- duplicates
-
RHCLOUD-22298 Introduce default behavior group
-
- Closed
-
- relates to
-
RHCLOUD-22298 Introduce default behavior group
-
- Closed
-
-
RHCLOUD-21305 Investigate partial default behaviour groups
-
- Closed
-