Versions Compared

Key

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

This is the JSU for Jira Cloud documentation. If you are using JSU on Jira Server or on Jira Data Center, see our JSU Server/Data Center documentation.

Description

The Follow ‘Follow Up Transition Transition’ post function evaluates the workflow conditions of all the next transitions on the target status of the current transition. If exactly one condition is valid, that transition will be triggered as a follow-up.

Configuration

The Follow ‘Follow Up Transition Transition’ post function does not have any additional parameters to configure, however, you must have a least one workflow condition configured.

Consider the following workflow:

...

  • Our issue has a mandatory number custom field.

  • At the end of the Go transition, we have configured a Follow Up ‘Follow Up’ Transition post function.

  • Each transition leading away from the status

    Status
    colourYellow
    titlejunction
    has a workflow condition:

    • 'Under Five' has the condition: Number field < 5?

    • 'Exactly Five' has the condition: Number field == 5?

    • 'Over Five' has the condition: Number field > 5?

  • When the user performs the Go transition, this will always trigger a follow-up transition.

...

See the Conditional Approval Process use case for another real-life example.

Asynchronous execution

...

Troubleshooting

Problem: Workflow is blocked at the Junction status

...