Versions Compared

Key

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


Panel
bgColor#f5f5f5
titleColor#ffffff
borderWidth0
titleBGColor#000000
titleJSU for Jira Server/Data Center

This is the documentation of JSU for Jira Server/Data Center. If you are using JSU on Jira Cloud, you can find the documentation heresee our JSU Cloud documentation.


Info

The 'Follow Up Transition' is available from JSU 2.0

...

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.

For example if the user enters Number=3 during the 'Go' transition, he will end up at the status 'In Progress'. If he enters 42, this will lead him to 'Closed'.

In this example, we have been careful to configure our workflow conditions so that always only and exactly 1 condition can be true. Like thisthe user will never get 'stuck' at the 'Junction' state. Instead the 'Follow Up Transition' will lead him to the correct end state.

...

(info) Tip: Since any workflow condition can be used for the follow ups, this provides you great flexibility. The JSU app has some quite useful additional Follow Up Transition 25680711 . But you might also use some of another other third-party app.

Configuration

You must specify the field and the desired value. For example:

Image RemovedImage Added

Perform As User

...

There is actually not much to configure for the 'Follow Up Transition' Post Function. It does not have any parameters. Just make sure it is the very last post function that will be performed. Otherwise you will run into some problems.

Image RemovedImage Added

You can see here the 'Follow Up Transition' Post Function configured as the last post function.

(info)  The transition triggered by the Follow Up Transition cannot have any transition screen. (It is not shown to the user respectively.) In the example above this means the 'Under Five', 'Exactly Five' and 'Over Five' transitions cannot have any transition screen.

(warning) The 'Follow Up Transition' Post Function cannot be used in the Create transition (the one which is performed, when a user creates a new issue).

...

However to complete your setup, you have to configure at least one workflow conditions. Let's continue the example from above, where a number field is evaluated. We will configure even 3 conditions - one for each outgoing transition from the 'Junction' status.

Under Five

Image RemovedImage Added

Here we are using the Value Field Condition from the JSU app. The details of its configuration looks as follows:

Image RemovedImage Added

Exactly Five

Image RemovedImage Added

Over Five

Image RemovedImage Added

Examples

Here are some more ideas, on how you might use the 'Follow Up Transition' Post Function.

...

Again you can use the Value Field Condition from the JSU app for this setup.

Image RemovedImage Added

  • Check it: 'Follow Up Transition' Post Function
  • Yes: Condition a == b?
  • No: Condition a != b?

...

Some extra step in your workflow might be only necessary if some condition is not fulfilled. Otherwise that step could be skipped.

Image RemovedImage Added

  • Start: 'Follow Up Transition' Post Function
  • Start Progress: Condition which must be fulfilled to skip the 'Extra Step'.

...

See the Use Case /wiki/spaces/JSU/pages/25680438 for another real life example.

Trouble shootingTroubleshooting

My workflow gets stuck in the Junction status

Not exactly one condition

Usually, the problem can be tracked down, by manually walking through what the follow up post function would do:

...