Current user must be reporter

Use case

In this example, the transition will only be displayed, if the current user is the reporter of the issue.


⚒️ Configuration

Add the condition or validator to the desired transition or create a new transition.

Left-hand side value

Enter the following expression:

%{issue.reporter}

Right-hand side value

Enter the following expression:

%{system.currentUser}

Operator

Choose =

The following parameters are only available, if you are configuring this use case as a validator

Validator only

Error message

The current user must not be the reporter!



📷 Screenshots

CurrentUserMustBeReporter.png


📚 Related use cases