This very powerful post function can be used to update a single issue field according to a set of rules.
You can use this function to construct multiple "if → then" rules.
Once you have defined the source field, a rule and a value you have constructed the entire if clause.
The next step is to define, which value the target field will be updated to, if the values match. This is the then part of your rule.
If used in the create transition, they need to be placed after the “Create issue initially” post function
Configuration
Use case and examples
Use case | JWT feature | Workflow function | Parser functions | Label |
---|---|---|---|---|
Set reporter as assignee if a User Picker field is empty | ||||
Add user to field depending on selected options | ||||
Set assignee depending on issue type | issueType() | |||
Set issue security level depending on reporter | issueSecurityLevel() | STAFF PICK | ||
Set assignee based on priority | priority() |
If you still have questions, feel free to refer to our support team.