@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
172 lines • 4.69 kB
JSON
{
"actions": [
{
"name": "getRestapi2attachmentmeta",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/attachment/meta?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2attachmentmeta-default.json"
}
]
},
{
"name": "getRestapi2attachmentid",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/attachment/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2attachmentid-default.json"
}
]
},
{
"name": "deleteRestapi2attachmentid",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/attachment/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRestapi2attachmentidexpandhuman",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/attachment/{pathv1}/expand/human?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2attachmentidexpandhuman-default.json"
}
]
},
{
"name": "getRestapi2attachmentidexpandraw",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/attachment/{pathv1}/expand/raw?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2attachmentidexpandraw-default.json"
}
]
},
{
"name": "postRestapi2issueissueIdOrKeyattachments",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/issue/{pathv1}/attachments?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "FORM",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getAttachmentContent",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/attachment/content/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getAttachmentThumbnail",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/attachment/thumbnail/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}