UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

88 lines 2.37 kB
{ "actions": [ { "name": "getRestapi2userproperties", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/user/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/getRestapi2userproperties-default.json" } ] }, { "name": "getRestapi2userpropertiespropertyKey", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/user/properties/{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/getRestapi2userpropertiespropertyKey-default.json" } ] }, { "name": "putRestapi2userpropertiespropertyKey", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/user/properties/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteRestapi2userpropertiespropertyKey", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/user/properties/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }