@itentialopensource/adapter-servicenow 2.8.1 → 2.8.3

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.8.3 [01-12-2024]
3
+
4
+ * friendly links
5
+
6
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!30
7
+
8
+ ---
9
+
10
+ ## 2.8.2 [12-23-2023]
11
+
12
+ * meta change - tags
13
+
14
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!29
15
+
16
+ ---
17
+
2
18
  ## 2.8.1 [12-23-2023]
3
19
 
4
20
  * update axios and metadata
package/README.md CHANGED
@@ -156,6 +156,14 @@ testdouble
156
156
 
157
157
  ### How to Install
158
158
 
159
+ Installing an Adapter into your instance of Itential varies for Itential Cloud and On Prem IAP customers.
160
+
161
+ #### Cloud
162
+ 1. Create an instance of the adapter in IAP Admin Essentials GUI
163
+
164
+ 2. Change the adapter service instance configuration (host, port, credentials, etc) in IAP Admin Essentials GUI
165
+
166
+ #### On Prem IAP
159
167
  1. Set up the name space location in your IAP node_modules.
160
168
 
161
169
  ```bash
package/metadata.json CHANGED
@@ -4,24 +4,12 @@
4
4
  "vendor": "ServiceNow",
5
5
  "product": "IT Service Management",
6
6
  "osVersions": [
7
- "Istanbul",
8
- "Jakarta",
9
- "Kingston",
10
- "London",
11
- "Madrid",
12
- "New York",
13
- "Orlando",
14
- "Paris",
15
- "Quebec",
16
- "Rome",
17
7
  "San Diego",
18
8
  "Tokyo",
19
- "Utah"
20
- ],
21
- "apiVersions": [
22
- "Istanbul",
23
- "Madrid"
9
+ "Utah",
10
+ "Vancouver"
24
11
  ],
12
+ "apiVersions": [],
25
13
  "iapVersions": [
26
14
  "2021.1.x",
27
15
  "2021.2.x",
@@ -37,8 +25,9 @@
37
25
  ],
38
26
  "tags": [
39
27
  "Change Management",
40
- "Incidents",
41
- "Service Request"
28
+ "Ticket/Issue Management",
29
+ "Catalog Request",
30
+ "Service Requests"
42
31
  ],
43
32
  "useCases": [
44
33
  "Create, update, complete or cancel Change Management Requests",
@@ -58,11 +47,25 @@
58
47
  "repoLink": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow",
59
48
  "docLink": "https://docs.itential.com/opensource/docs/servicenow",
60
49
  "demoLinks": [
61
- "https://www.itential.com/blog/getting-real-time-with-automating-network-change-management-with-servicenow/",
62
- "https://www.itential.com/resource/demo/integrating-servicenow-cmdb-as-a-source-of-truth-to-drive-network-automation-with-itential-2/",
63
- "https://www.itential.com/solutions/integrations/servicenow-network-automation/"
50
+ {
51
+ "title": "Getting Real (Time) with Automating Network Change Management With ServiceNow",
52
+ "link": "https://www.itential.com/blog/getting-real-time-with-automating-network-change-management-with-servicenow/"
53
+ },
54
+ {
55
+ "title": "Integrating ServiceNow CMDB as a Source Of Truth to Drive Network Automation with Itential",
56
+ "link": "https://www.itential.com/resource/demo/integrating-servicenow-cmdb-as-a-source-of-truth-to-drive-network-automation-with-itential-2/"
57
+ },
58
+ {
59
+ "title": "INTEGRATION - Itential + ServiceNow",
60
+ "link": "https://www.itential.com/solutions/integrations/servicenow-network-automation/"
61
+ }
62
+ ],
63
+ "trainingLinks": [
64
+ {
65
+ "title": "Itential Academy",
66
+ "link": "https://www.itential.com/itential-academy/"
67
+ }
64
68
  ],
65
- "trainingLinks": [],
66
69
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
67
70
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
68
71
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
@@ -70,7 +73,22 @@
70
73
  "vendorLink": "https://www.servicenow.com/",
71
74
  "productLink": "https://www.servicenow.com/products/itsm.html",
72
75
  "apiLinks": [
73
- "https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_scripting_tokyo_servicenow_apis"
76
+ {
77
+ "title": "San Diego REST API",
78
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/sandiego/rest"
79
+ },
80
+ {
81
+ "title": "Tokyo REST API",
82
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/tokyo/rest"
83
+ },
84
+ {
85
+ "title": "Utah REST API",
86
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/utah/rest/"
87
+ },
88
+ {
89
+ "title": "Vancouver REST API",
90
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/vancouver/rest"
91
+ }
74
92
  ]
75
93
  },
76
94
  "assets": [],
@@ -102,7 +120,7 @@
102
120
  ],
103
121
  "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/servicenow-now-platform-rest",
104
122
  "docLink": "",
105
- "webLink": ""
123
+ "webLink": "https://www.itential.com/automations/servicenow-platform-modular-automations/"
106
124
  }
107
125
  ],
108
126
  "transformationProjects": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-servicenow",
3
- "version": "2.8.1",
3
+ "version": "2.8.3",
4
4
  "description": "This adapter integrates with system described as: servicenowMadrid.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "ServiceNow",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.8.0",
2
+ "version": "2.8.2",
3
3
  "configLines": 8401,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 12921,