Error formatting macro: appfire-confluence-analytics: java.lang.NullPointerException: Cannot invoke "com.atlassian.confluence.xhtml.api.MacroDefinition.getMacroId()" because "macroDefinition" is null
Skip to end of banner
Go to start of banner

Conditioned Validator - Cloud

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 12 Next »

Description

Conditioned Validator is a workflow validator that supports powerful Jira expressions and types to validate the transition. This can be useful to determine the existence of issues or to find specific issues to participate in the determination on whether to proceed with the transition or not.

Add conditioned validator

Select validator

  1. Navigate to the intended workflow and create a draft.
  2. Click the Add Validator button in the Validators section of the workflow transition where you want to apply validation.
  3. Find and select the Conditioned Validator (Bob Swift) in the list.
  4. Click the Add button to add the validator to the selected transition.

Ensure the workflow is in draft mode to make changes.

Add details to validator

  1. Enter the following details in the VALIDATOR FIELDS > Configuration tab:

    • Expression: Enter a Jira expression, which when satisfied, allows the workflow transition to proceed to the next status.
      Here are a few examples: 
      • Allow only 5 subtasks to be created on a workflow transition:

        !!issue.parent && issue.parent.subtasks.length < 6
      • Allow users to add a fix version only when the status is Fixed:

        issue.resolution.name !="Fixed"|| issue.fixVersions && issue.fixVersions.length >0
    • Evaluate: Click this button to validate your Jira expression. If the syntax is incorrect, you are prompted with an error message that directs you to what possibly went wrong.
    • Error message: Enter the message that you want users to see to help them if the transition fails.
    • Notes (optional): Enter useful information about the the validator.
  1. Click Update to add the validator to the selected transition.
    You can also navigate to the quick links in the HELP section to learn more about the validator and usage details.

Ensure that you publish the workflow to apply the configured Conditioned Validator on the issue transition.

View validators

Once you add a validator to the intended transition, you can view the details in the Validators tab as follows (for an example input):

Tutorials


Use this link to find all tutorials available in the Create on Transition for Jira documentation.

Helpful link(s)

Introducing Jira expressions




  • No labels