Versions Compared

Key

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

This page describes the necessary considerations when customizing how to customize your workflow for conditions and validators.

Writing Conditions and Validators

Conditions and validators are important 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 execute when the user activates a transition, and the issue is in scope.

Return Codes

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

Validator Message

The validator message is static. It can be defined but not dynamically formatted.

Contents

Table of Contents
maxLevel3
excludeSee also