Versions Compared

Key

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

...

Consider the following workflow:

Image RemovedImage Added

  • Our issue has a mandatory number custom field.
  • At the end of the 'Go' transition we have configured to 'Follow Up Transition' Post Function.
  • Each transition leading away from the status 'Junction' have 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.

...