Skip to content

Commit 561f704

Browse files
fixed ifdefs for saas, pick-24
1 parent b625d65 commit 561f704

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

src/common/de/notifications_jira.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ Die in der folgenden Tabelle enthaltenen Namen passen aber zum Skript, mit dem S
8585

8686
[TIP]
8787
====
88-
Der Feldtyp `Text field (single line)` für „Host custom field“ und „Service custom field“ ist ab der {CMK}-Version {v24} notwendig, wenn Sie Jira-Benachrichtigungen xref:notification_rules#notification_testing[testen] oder über die xref:ec.html#notifications[Event Console] erzeugen möchten.
88+
Der Feldtyp `Text field (single line)` für „Host custom field“ und „Service custom field“ ist ab der {CMK}-Version {v24} notwendig,
89+
ifdef::onprem[]
90+
wenn Sie Jira-Benachrichtigungen xref:notification_rules#notification_testing[testen] oder über die xref:ec.html#notifications[Event Console] erzeugen möchten.
91+
endif::[]
92+
ifdef::saas[]
93+
wenn Sie Jira-Benachrichtigungen xref:notification_rules#notification_testing[testen] möchten.
94+
endif::[]
8995
Falls Sie diese Felder bereits in älteren {CMK}-Versionen als `Number field` eingerichtet haben, können Sie diese Felder weiterhin nutzen, sofern Sie nur Benachrichtigungen für Host- und Service-Probleme mit der Jira-Benachrichtigungsmethode versenden wollen, so wie es in diesem Artikel beschrieben ist.
9096
====
9197

src/common/en/notifications_jira.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ However, the field names as shown in the following table match the script with w
8585

8686
[TIP]
8787
====
88-
The field type `Text field (single line)` for 'Host custom field' and 'Service custom field' is required from {CMK} version {v24} onwards if you want to xref:notification_rules#notification_testing[test] Jira notifications or generate them via the xref:ec.html#notifications[Event Console].
88+
The field type `Text field (single line)` for 'Host custom field' and 'Service custom field' is required from {CMK} version {v24} onwards
89+
ifdef::onprem[]
90+
if you want to xref:notification_rules#notification_testing[test] Jira notifications or generate them via the xref:ec.html#notifications[Event Console].
91+
endif::[]
92+
ifdef::saas[]
93+
if you want to xref:notification_rules#notification_testing[test] Jira notifications.
94+
endif::[]
8995
If you have already set up these fields as `Number field` in older {CMK} versions, you can continue to use these fields as long as you only want to send notifications for host and service issues using the Jira notification method, as described in this article.
9096
====
9197

0 commit comments

Comments
 (0)