UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

130 lines 3.66 kB
{ "actions": [ { "name": "getRestapi2configurationtimetracking", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configuration/timetracking?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRestapi2configurationtimetracking-default.json" } ] }, { "name": "putRestapi2configurationtimetracking", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/configuration/timetracking?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteRestapi2configurationtimetracking", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/configuration/timetracking?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRestapi2configurationtimetrackinglist", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configuration/timetracking/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRestapi2configurationtimetrackingoptions", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configuration/timetracking/options?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRestapi2configurationtimetrackingoptions-default.json" } ] }, { "name": "putRestapi2configurationtimetrackingoptions", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/configuration/timetracking/options?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/putRestapi2configurationtimetrackingoptions-default.json" } ] } ] }