Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These fields will be copied to the linked issue after the transition occurs. The conditions and validators of your linked transition will still use the old field values.

Include Page
Copy Fields Configuration
Copy Fields ConfigurationisMissingRequiredParameterstrue

Supported field types

Include Page
Supported Field Types
Supported Field Types

...

  • Did you check the log files? There are cases when the linked transition is not performed silently. But you will find a message in the log files on the server. You might increase to logging level (as described in Linked Transition).

  • What happens when you manually click the linked transition? Does it work, or might there be a problem?

  • Does this problem only happen to another userother users? Check that the user performing the origin transition has enough permissions for the linked transition.

  • Is there a transition screen for the linked transition? Is there a condition, validator, or post function on the linked transition? Could these prevent the transition from being performed in an automatized way (with the 'Linked Transition' post function)?

  • In the order of all post functions of the origin transition, the 'Linked Transition' post function must be the last one.

  • Did you try to set a particular Resolution in the linked transition? Or with 'Resolution=empty' - does it then work?

...

An infinite loop can occur when executing the Linked Transition post function. An infinite loop occurs when an automation rule results in an endless cycle of issue creation and follow-up transitions following the triggering of the origin issue. To help prevent this, consider the outcome of the rule and the user permissions of your project teams. When a loop is detected JSU will stop the execution and log an execution failure.

We recommend using preconditions to restrict when rules are run to reduce the likelihood of causing an infinite loop. Learn more about how JSU identifies an infinite loop in Infinite Loop Detection.

...