Skip to end of banner
Go to start of banner

Custom Field Types

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

Special Input Fields

Administrative rights are required to edit workflows and add/modify the below workflow functionality.

Jira doesn't ship with many of the fields you might expect to find for ensuring properly formatted commonly found data, so we added a few for you.



Social Security Number

Ensures a properly-formed, legitimate United States Social Security Number (SSN) is entered with validation message upon error. Includes validation for known invalid entries (i.e. 000 prefixes)

  • xxx-xxx-xxxx

Phone Number

Ensures a properly-formed, legitimate United States +1 phone number. Accepts following formats with optional country code prefixes:

  • +xx xxx-xxx-xxxx

  • +xx (xxx) xxx-xxxx

  • +xx xxx.xxx.xxxx

  • xxxxxxxxxx

  • xxx-xxx-xxxx extxxxx

Zip Code, Zip+Plus

Ensures a properly-formed United States Zip and Zip+Plus Postal Code. Does not validate for legitimacy.

  • xxxxx

  • xxxxx+xxxx

Email Address

Ensures a properly-formed email address is entered.

Regex Validated Single Line Text Field

None of the above do what you need? Create a custom field with your own custom Regular Expression.

Once you’ve created the field, navigate to the custom field configuration, and modify the Regex validation.

  • No labels