Skip to end of banner
Go to start of banner

Writing Conditions and Validators

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Next »

What to take into consideration when customizing your workflow for conditions and validators

Writing Conditions and Validators

Conditions and Validators are important pieces of the workflow customization. They have no side effects, are written in the Jira Expressions language, a subset of Javascript created by Atlassian.

Runtime User & Issue

Conditions and Validators execute with the user activating the transition and with the issue in scope.

Return Codes

Expressions must return a boolean signaling if the condition or the validator has passed the check.

Validator Message

The validator message is static. You may define the message, but you cannot format it dynamically.

Contents

  • No labels