UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

151 lines 4.19 kB
{ "actions": [ { "name": "postRestapi2component", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/component?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postRestapi2component-default.json" } ] }, { "name": "getRestapi2componentid", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/component/{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/getRestapi2componentid-default.json" } ] }, { "name": "putRestapi2componentid", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/component/{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/putRestapi2componentid-default.json" } ] }, { "name": "deleteRestapi2componentid", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/component/{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": "getRestapi2componentidrelatedIssueCounts", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/component/{pathv1}/relatedIssueCounts?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRestapi2componentidrelatedIssueCounts-default.json" } ] }, { "name": "getRestapi2projectprojectIdOrKeycomponent", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/project/{pathv1}/component?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRestapi2projectprojectIdOrKeycomponent-default.json" } ] }, { "name": "getRestapi2projectprojectIdOrKeycomponents", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/project/{pathv1}/components?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }