Link Issues
This post function links the issues returned by the specified JQL to the issue being transitioned using the specified link type. 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 whose result will be used as the JQL to find the issues. You can also provide a static string in double quotes if you prefer a static JQL, or you can provide a Jira Expression that returns any string.
The maximum number of issues that can be linked at once is 50.