@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
167 lines • 4.32 kB
JSON
{
"actions": [
{
"name": "getRestapi2resolution",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/resolution?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRestapi2resolutionid",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/resolution/{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/getRestapi2resolutionid-default.json"
}
]
},
{
"name": "createResolution",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/resolution?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createResolution-default.json"
}
]
},
{
"name": "setDefaultResolution",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/resolution/default?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "moveResolutions",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/resolution/move?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "searchResolutions",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/resolution/search?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/searchResolutions-default.json"
}
]
},
{
"name": "updateResolution",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/resolution/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteResolution",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/resolution/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}