UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

64 lines 1.74 kB
{ "actions": [ { "name": "appIssueFieldValueUpdateResourceUpdateIssueFieldsPut", "protocol": "REST", "method": "PUT", "entitypath": "/rest/atlassian-connect/1/migration/field?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "migrationResourceUpdateEntityPropertiesValuePut", "protocol": "REST", "method": "PUT", "entitypath": "/rest/atlassian-connect/1/migration/properties/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "migrationResourceWorkflowRuleSearchPost", "protocol": "REST", "method": "POST", "entitypath": "/rest/atlassian-connect/1/migration/workflow/rule/search?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/migrationResourceWorkflowRuleSearchPost-default.json" } ] } ] }