@itentialopensource/adapter-jira 2.3.4 → 2.3.5

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,12 @@
1
1
 
2
+ ## 2.3.5 [03-21-2024]
3
+
4
+ * Changes made at 2024.03.21_14:49PM
5
+
6
+ See merge request itentialopensource/adapters/itsm-testing/adapter-jira!20
7
+
8
+ ---
9
+
2
10
  ## 2.3.4 [03-13-2024]
3
11
 
4
12
  * Changes made at 2024.03.13_15:10PM
package/metadata.json CHANGED
@@ -46,7 +46,11 @@
46
46
  "vendorLink": "https://www.atlassian.com/",
47
47
  "productLink": "https://www.atlassian.com/software/jira",
48
48
  "apiLinks": [
49
- "https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version"
49
+ {
50
+ "title": "Atlassian - Jira API",
51
+ "link": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version",
52
+ "public": true
53
+ }
50
54
  ]
51
55
  },
52
56
  "assets": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-jira",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "This adapter integrates with system Jira",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Jira",
Binary file