---
title: "Value Field precondition"
canonical: "https://support.appfire.com/space/JSUCLOUD/12518009/Value%20Field%20precondition"
format: markdown
---
> Macro (aura-html)

## Description

The Value Field precondition checks whether a field on the issue matches a value.

<span style="color: #000000">For more complex scenarios or to combine several Value Field preconditions, you could use a </span><span style="color: #000000">[JQL precondition](https://appfire.atlassian.net/wiki/spaces/JSUCLOUD/pages/12518033)</span><span style="color: #000000">.</span>

## Configuration

You must specify the field you want to check, the operation you want to perform, and the value you want to check against – although you can also check against an empty value.

If a field can have multiple values, for example, components, the precondition matches if one of the values is contained – or if it is not contained.

The following matching rules apply:

- Text fields with operators `=`  or `!=` will match with any text string.
- Text fields with operators `>=, >, <,` and `<=` will match with any number.
- Number fields will match with other numbers.
- Date fields will match with other date fields.
- Date time fields will match with other date time fields.
- Estimate fields (original, remaining estimate) will match with duration formatted strings like `1w 2d 3h 4m 5s`. If no unit is given, minutes are assumed.
- User fields can be matched against the user name or the account ID.
- Sprints, select options, components, versions, issue types, priorities, resolutions, security levels, and statuses are matched against their name or ID.
- Projects are matched against their name, key, or ID.

## Example

An Update Any Issue Field post function is added to the Create transition. A new comment should be created when the number of story points is exceeded, telling the user to break up the story.

![Summary of the Update Any Issue Field post function as described on this page.](media://c698a0e4-380d-46c0-9b23-780d4758fe89)

![Example of the Value Field preconditions set up for Original Estimate, Story Points, and Issue Type.](media://68c4d281-53a3-4a43-96e6-df1b08e3b12c)

## Supported fields types

> Macro (include)