The translation is temporarily closed for contributions due to maintenance, please come back later.
The translation was automatically locked due to following alerts: Could not update the repository.
English Japanese
Data key regex filters (before mapping)
Data key regex filters (after mapping)
The data structure will be traversed recursively and all configured regexes will be applied to all keys.
Use cases are e.g. removing key prefixes that are undesired or correcting keys that are invalid as XML element names.
Example 3: Search = '^(?<number>\\d+) (?<text>.+?)\\$' / Replace = '_\\$+{text}_\\$+{number}' turns '16 elementname' into '_elementname_16'.
If modifiers are desired they have to be specified within the regexes themselves.
Regular expressions defined here will be applied before the XSLT mapping.
Regular expressions defined here will be applied after the XSLT mapping.
This OTRS operation backend module will be called internally to process the request, generating data for the response.
The request data will be processed by this mapping, to transform it to the kind of data OTRS expects.
The response data will be processed by this mapping, to transform it to the kind of data the remote system expects.
Route mapping for Operation
Define the route that should get mapped to this operation. Variables marked by a ':' will get mapped to the entered name and passed along with the others to the mapping. (e.g. /Ticket/:TicketID).
Valid request methods for Operation
Limit this Operation to specific request methods. If no method is selected all requests will be accepted.
Here you can specify the maximum size (in bytes) of REST messages that OTRS will process.
This configuration defines if incoming connections should get closed or kept alive.
URI to indicate specific location for accessing a web service.
Timeout value for requests.
An optional authentication mechanism to access the remote system.