@itentialopensource/adapter-servicenow 2.8.5 → 2.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/TAB1.md +22 -0
- package/TAB2.md +2269 -0
- package/metadata.json +1 -1
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 2.8.7 [03-27-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.03.27_14:10PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!34
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 2.8.6 [03-13-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.13_15:09PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!33
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 2.8.5 [03-11-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.03.11_14:49PM
|
package/TAB1.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
This adapter is used to integrate the Itential Automation Platform (IAP) with the Servicenow System. The API that was used to build the adapter for Servicenow is usually available in the report directory of this adapter. The adapter utilizes the Servicenow API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
|
|
4
|
+
|
|
5
|
+
## Details
|
|
6
|
+
The ServiceNow adapter from Itential is used to integrate the Itential Automation Platform (IAP) with ServiceNow IT Service Management. With this adapter you have the ability to perform operations such as:
|
|
7
|
+
|
|
8
|
+
- Create, Modify Permissions for, and Complete Change Requests: Prior to IAP, making a change requires approval and scheduling. Itential can automatically create a change request in ServiceNow to go through the Change Management process. Itential can verify that the change request has been approved. If the change is not approved Itential will wait and check again at a later time. Once Itential has finished making the change, it can complete the change request in ServiceNow.
|
|
9
|
+
|
|
10
|
+
- Open and Close Tickets: When there is a failure or error in the Itential job that needs to be addressed by a ServiceNow team, Itential can automatically create the ticket in ServiceNow. When Itential successfully completes a job resolving a ServiceNow ticket, it can automatically close that ticket.
|
|
11
|
+
|
|
12
|
+
- Add, Manage, and Remove Inventory Devices: When Itential turns up a new device on the network, it can add the device to the ServiceNow CMDB, request that ServiceNow discover the new device, or remove the device from the ServiceNow CMDB.
|
|
13
|
+
|
|
14
|
+
- Update and Close a Service Catalog Request: Once an Itential job is created from a ServiceNow Service Catalog Request or Request Item, Itential can update that request with information as the job is being worked. Once an Itential job is created from a ServiceNow Service Catalog Request or Request Item, Itential can close that request when the job is completed.
|
|
15
|
+
|
|
16
|
+
- Send Notifications to ServiceNow Assignees and Approvers: When pertinent actions or activities occur in a job on the Itential platform, Itential can send notifications to assignees on related ServiceNow tickets.
|
|
17
|
+
|
|
18
|
+
- Change ServiceNow Assignees: Itential can change the assignees of a ServiceNow ticket (e.g. Incident, Problem, Change, Request, etc.) based on what has occurred in the Itential job.
|
|
19
|
+
|
|
20
|
+
- Create and Retrieve Knowledge Base Articles: For any IAP job that is related to a ServiceNow ticket (e.g. Incident, Problem, etc.), Itential can create a knowledge base article with information on what was done in the job to resolve that particular issue. When an Itential job has an issue, IAP can retrieve knowledge base articles that may help to resolve the issue.
|
|
21
|
+
|
|
22
|
+
For further technical details on how to install and use this adapter, please click the Technical Documentation tab.
|