UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

65 lines 1.87 kB
{ "actions": [ { "name": "getWorkflowTransitionRuleConfigurations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/workflow/rule/config?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getWorkflowTransitionRuleConfigurations-default.json" } ] }, { "name": "updateWorkflowTransitionRuleConfigurations", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/workflow/rule/config?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateWorkflowTransitionRuleConfigurations-default.json" } ] }, { "name": "deleteWorkflowTransitionRuleConfigurations", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/workflow/rule/config/delete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteWorkflowTransitionRuleConfigurations-default.json" } ] } ] }