@itentialopensource/adapter-servicenow 2.4.0 → 2.4.2

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 CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 2.4.2 [04-04-2023]
3
+
4
+ * Utils version has been updated in package.json, and the changes are being migrated to the adapter
5
+
6
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!17
7
+
8
+ ---
9
+
10
+ ## 2.4.1 [11-23-2022]
11
+
12
+ * Changes to System Info Markdown
13
+
14
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!16
15
+
16
+ ---
17
+
2
18
  ## 2.4.0 [05-25-2022]
3
19
 
4
20
  * Migration to the latest Adapter Foundation
package/SYSTEMINFO.md CHANGED
@@ -1,11 +1,29 @@
1
1
  # Adapter for ServiceNow
2
2
 
3
- Vendor: Adapter for ServiceNow
4
- Homepage: https://Adapter for ServiceNow.com/
3
+ Vendor: ServiceNow
4
+ Homepage: https://www.servicenow.com/
5
5
 
6
- Product: Adapter for ServiceNow
7
- Product Page: https://Adapter for ServiceNow.com/
6
+ Product: ServiceNow
7
+ Product Page: https://www.servicenow.com/
8
8
 
9
9
  ## Introduction
10
10
 
11
- ## Additional Product Documentation
11
+ ## Additional Product Documentation
12
+
13
+ The ServiceNow adapter from Itential is used to integrate the Itential Automation Platform (IAP) with the ServiceNow API, enabling you to use the ServiceNow database via Table API. Along with Table API, there are several other REST API endpoints that provide the ability to interact and integrate with ServiceNow. ServiceNow is a platform that provides IT Service Management (ITSM) and IT Asset Management (ITAM) for IT services, operations and business management to improve SLAs and automate IT service applications and processes.
14
+
15
+ With this adapter you have the ability to perform operations with Service Now’s Databases such as:
16
+
17
+ - 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.
18
+
19
+ - 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.
20
+
21
+ - 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.
22
+
23
+ - 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.
24
+
25
+ - 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.
26
+
27
+ - 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.
28
+
29
+ - 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-servicenow",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "This adapter integrates with system described as: servicenowMadrid.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "ServiceNow",
@@ -54,7 +54,7 @@
54
54
  "author": "Itential",
55
55
  "homepage": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow#readme",
56
56
  "dependencies": {
57
- "@itentialopensource/adapter-utils": "^4.45.6",
57
+ "@itentialopensource/adapter-utils": "^4.48.10",
58
58
  "ajv": "^6.12.0",
59
59
  "axios": "^0.21.0",
60
60
  "commander": "^2.20.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.3.0",
2
+ "version": "2.4.0",
3
3
  "configLines": 7662,
4
4
  "scriptLines": 1707,
5
5
  "codeLines": 13423,