Unlink Issues

This post function removes the link between the linked issues and the issue being transitioned if they satisfy the condition specified in Jira Expressions. It also offers the flexibility to control its execution based on preconditions. By utilizing preconditions, you can determine whether the post function should be executed or skipped based on the evaluation of a Jira Expression. The precondition, defined in terms of a Jira Expression, should return a boolean value. If the result of the precondition is true, indicating that the specified condition is met, the post function will be executed. Conversely, if the precondition evaluates to false, the post function will be bypassed, allowing for conditional execution based on your specific criteria.

 

You need to provide a Jira Expression which will result in a boolean as Condition. You can also provide directly boolean values like true or false if you want to unlink all of the linked issues.