You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On this page

Use case

Prevent external users from creating issues by enabling the transition only if the word EXTERNAL is not in the display name of the current user with a Logical validator.


Configuration

Add the Logical validator to the Create workflow transition.

Expression

Add the following expression:

!matches(toString(textOnStringList(toStringList(%{issue.cfaaaaa}), userDisplayName(%{seed.text}))), ".*\\bEXTERNAL.*")

Error message

Add an error message as the following one.

External users can not create tickets



Related use cases


If you still have questions, feel free to refer to our support team.