UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

44 lines 1.06 kB
{ "actions": [ { "name": "updateMultipleCustomFieldValues", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/app/field/value?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateCustomFieldValue", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/app/field/{pathv1}/value?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }