UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

45 lines 1.14 kB
{ "actions": [ { "name": "getEvents", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/events?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getEvents-default.json" } ] }, { "name": "getChangeLogsByIds", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/issue/{pathv1}/changelog/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getChangeLogsByIds-default.json" } ] } ] }