@itentialopensource/adapter-jira 1.7.5 → 1.7.6
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/CALLS.md +2222 -0
- package/CHANGELOG.md +8 -0
- package/adapter.js +1 -1
- package/entities/Issueattachments/action.json +1 -1
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
package/adapter.js
CHANGED
|
@@ -11243,7 +11243,7 @@ class Jira extends AdapterBaseCl {
|
|
|
11243
11243
|
const queryParamsAvailable = {};
|
|
11244
11244
|
const queryParams = {};
|
|
11245
11245
|
const pathVars = [issueIdOrKey];
|
|
11246
|
-
const bodyVars = {};
|
|
11246
|
+
const bodyVars = { file: body, convertBase64ToBuffer: true };
|
|
11247
11247
|
|
|
11248
11248
|
// loop in template. long callback arg name to avoid identifier conflicts
|
|
11249
11249
|
Object.keys(queryParamsAvailable).forEach((thisKeyInQueryParamsAvailable) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-jira",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
4
4
|
"description": "This adapter integrates with system Jira",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Atlassian Jira",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"author": "Itential",
|
|
56
56
|
"homepage": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-jira.git",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@itentialopensource/adapter-utils": "^4.
|
|
58
|
+
"@itentialopensource/adapter-utils": "^4.48.1",
|
|
59
59
|
"ajv": "^6.12.0",
|
|
60
60
|
"axios": "^0.21.0",
|
|
61
61
|
"commander": "^2.20.0",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED