When setting a field value, the post-function will fail to work as expected, if the input value does not match the expected field type. This document describes the format of values expected by a field when set using a post-function.

The value can be a constant provided in the Value field of:

The value can be the result of a Groovy expression provided in the Value field of:

The value can be the result of a Groovy template provided in the Value field of:

Raw value

The value can be:

For information about the exact format of the expected value for each field, see

Groovy Expression

The value can be a Groovy expression that returns,

For information about the exact format of the expected value for each field, see

Groovy template

The value can be a Groovy template that returns a String, which will be handled the same way as a Raw value (see above)