UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

130 lines 3.7 kB
{ "actions": [ { "name": "postRestapi2commentlist", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/comment/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postRestapi2commentlist-default.json" } ] }, { "name": "getRestapi2issueissueIdOrKeycomment", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/issue/{pathv1}/comment?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRestapi2issueissueIdOrKeycomment-default.json" } ] }, { "name": "postRestapi2issueissueIdOrKeycomment", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/issue/{pathv1}/comment?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postRestapi2issueissueIdOrKeycomment-default.json" } ] }, { "name": "getRestapi2issueissueIdOrKeycommentid", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/issue/{pathv1}/comment/{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/getRestapi2issueissueIdOrKeycommentid-default.json" } ] }, { "name": "putRestapi2issueissueIdOrKeycommentid", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/issue/{pathv1}/comment/{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/putRestapi2issueissueIdOrKeycommentid-default.json" } ] }, { "name": "deleteRestapi2issueissueIdOrKeycommentid", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/issue/{pathv1}/comment/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }