@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
167 lines • 4.6 kB
JSON
{
"actions": [
{
"name": "getRestapi2notificationscheme",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/notificationscheme?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2notificationscheme-default.json"
}
]
},
{
"name": "getRestapi2notificationschemeid",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/notificationscheme/{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/getRestapi2notificationschemeid-default.json"
}
]
},
{
"name": "createNotificationScheme",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/notificationscheme?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createNotificationScheme-default.json"
}
]
},
{
"name": "getNotificationSchemeToProjectMappings",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/notificationscheme/project?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getNotificationSchemeToProjectMappings-default.json"
}
]
},
{
"name": "updateNotificationScheme",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/notificationscheme/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "addNotifications",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/notificationscheme/{pathv1}/notification?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteNotificationScheme",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/notificationscheme/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "removeNotificationFromNotificationScheme",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/notificationscheme/{pathv1}/notification/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}