Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A function can be used either on the left or on the right hand side of the mapping table:

Image RemovedImage Added

The syntax is as follows:

...

Mapping Configuration example:

KeyContents
call:Douglas::Adams::HHGTTG,answer
cust:answer

Function example

Code Block
languageperl
titleDouglas/Adams/HHGTTG.pm
package call:Douglas::Adams;

use strict;

sub answer {
	my ($TicketJIRAObj, $fieldmapping, %Ticket) = @_; // ignored in this example anyway
	return 42; // this is the only important answer anyway :-)
}