Open CXwudi opened 1 year ago
Although there is a modelling (by using multiple interfaces) which can make one day event has to use AlarmTriggerSetting
that is related to start datetime only, it is very complicated, and I would rather rely on the validator to avoid bad config
This is similar to #7 but for VAlarm. Since we only support
Display
type of alarm without any repeating. So modelling of this alarm is simply:AlarmSetting
a sealed interface of:AlarmSetting
instead of oneAlarmSetting
⚠ One day event can not have a trigger related to the end date time. So the
AlarmMapper
should check if theToBeMappedYouTrackIssueInfo
has noEndDateTimeField
instances and the trigger is related todtend
. If it is, discard such trigger