UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

130 lines 3.68 kB
{ "actions": [ { "name": "getRestapi2issueissueIdOrKeyremotelink", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/issue/{pathv1}/remotelink?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRestapi2issueissueIdOrKeyremotelink-default.json" } ] }, { "name": "postRestapi2issueissueIdOrKeyremotelink", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/issue/{pathv1}/remotelink?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postRestapi2issueissueIdOrKeyremotelink-default.json" } ] }, { "name": "deleteRestapi2issueissueIdOrKeyremotelink", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/issue/{pathv1}/remotelink?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRestapi2issueissueIdOrKeyremotelinklinkId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/issue/{pathv1}/remotelink/{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/getRestapi2issueissueIdOrKeyremotelinklinkId-default.json" } ] }, { "name": "putRestapi2issueissueIdOrKeyremotelinklinkId", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/issue/{pathv1}/remotelink/{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": "deleteRestapi2issueissueIdOrKeyremotelinklinkId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/issue/{pathv1}/remotelink/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }