@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
88 lines • 2.49 kB
JSON
{
"actions": [
{
"name": "getRestapi2commentcommentIdproperties",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/comment/{pathv1}/properties?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2commentcommentIdproperties-default.json"
}
]
},
{
"name": "getRestapi2commentcommentIdpropertiespropertyKey",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/comment/{pathv1}/properties/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2commentcommentIdpropertiespropertyKey-default.json"
}
]
},
{
"name": "putRestapi2commentcommentIdpropertiespropertyKey",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/comment/{pathv1}/properties/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteRestapi2commentcommentIdpropertiespropertyKey",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/comment/{pathv1}/properties/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}