Versions Compared

Key

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

What to take into consideration This page describes the necessary considerations when customizing your workflow for conditions and validators.

Writing Conditions and Validators

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

Runtime User & Issue

Conditions and Validators validators execute with when the user activating the activates a transition, and with the issue is in scope.

Return Codes

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

Validator Message

The validator message is static. You may define the message, but you cannot format it dynamicallyIt can be defined but not dynamically formatted.

Contents

Table of Contents
maxLevel3
excludeSee also