You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

This post function can be used to update a single issue field according to a set of rules.

Configuration

Source field

Select the field to be checked against in a text comparison or regular expression rules.

Target field

Select the field to be updated.

The first rule matching the given expression will update this field.

Rules

Define the rules for updating the target field and the corresponding target field values.

RuleSource field valueTarget field valueAdditional option
Text comparisonEnter plain text and optionally use field codes to insert field values.Enter plain text and optionally use field codes to insert field values. You can use both basic and advanced text parsing mode.
Logical expressionEnter plain text and optionally use field codes to insert field values.Enter plain text and optionally use field codes to insert field values. You can use both basic and advanced text parsing mode.
Regular expressionEnter a valid regular expression and optionally use field codes to insert field values. This expression will then be evaluated against the selected source field.Enter plain text and optionally use field codes to insert field values. You can use both basic and advanced text parsing mode.You have the option Ignore case (search will be executed case insensitive).

You can try your expressions by clicking the run button on the top right of the expression box.

Additional options
OptionDescription

Write protection

Do not overwrite the target field if it is already set.

Evaluate all rules
Do not stop rule evaluation at the first match.

Only applicable for multi-valued or temporary target fields.

Update issue immediately

The field update results in a dedicated "Issue Updated" event and issue history entry.

Conditional execution

You can optionally specify a logical expression to define the circumstances (or conditions) under which the post function should be executed.

The result of the logical expression must return a boolean value of either:

  • true → the post function will be executed
  • false → the post function will not be executed

Using the conditional operator, even complex or multi-layered conditions can be constructed.

Make sure to learn more about defining logical expressions and browse through the various examples here: Logical mode

Run as

Unable to render {include} The included page could not be found.


Use case and examples


If you still have questions, feel free to refer to our support team.