Skip to content

Commit 824ee8b

Browse files
committed
RHIDP-10933: updated based on dev comment
1 parent e0efe76 commit 824ee8b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

modules/shared/proc-link-servicenow-tickets-to-catalog-entities.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ metadata:
2424
annotations:
2525
servicenow.com/service-id: <your-service-id>
2626
----
27-
+
28-
metadata.annotations.servicenow.com/service-id:: Specifies the service identifier from your ServiceNow instance.
27+
28+
`metadata.annotations.servicenow.com/service-id`:: Defines the custom annotation prefix that matches your `metadata.annotations` keys, which determines whether the portal workspace displays a *ServiceNow* tab for that catalog entity.
29+
30+
`servicenow.com/service-id`:: Specifies the unique identifier of the target item in your ServiceNow instance that links this catalog entity to its corresponding ServiceNow record.
2931

3032
. Optional: If your organization uses different categories to filter tickets, you can also add the category annotation:
3133
+
@@ -35,7 +37,7 @@ metadata:
3537
annotations:
3638
servicenow.com/category: "software"
3739
----
38-
+
40+
3941
metadata.annotations.servicenow.com/category:: Specifies the ServiceNow category used to filter the displayed incidents.
4042

4143
. Save the changes to `catalog-info.yaml` and commit them to your repository.

0 commit comments

Comments
 (0)