How to condition on a field being blank or empty

Description

A common scenario is to do something if a field is not set or empty.

Steps

Add a condition with the following characteristics:

Value

Pattern

Exact

Literal

Negative

Notes

Value

Pattern

Exact

Literal

Negative

Notes

%variable%

\S+

either

  • \S+ means to look for at least 1 (that is what + means) non-whitespace character

  • Use Negative to reverse the matching on a non-blank character

 

Log a request with our support team.

Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.