UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

25 lines 603 B
{ "actions": [ { "name": "getRestapi2serverInfo", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/serverInfo?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRestapi2serverInfo-default.json" } ] } ] }