Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#f5f5f5
titleColor#ffffff
borderWidth0
titleBGColor#000000
titleJSU for Jira Cloud
Info

This is the documentation of JSU for Jira Cloud documentation. If you are using JSU on Jira Server /or Data Center, you can find the documentation heresee our Server/Data Center documentation.

Excerpt

Description

The ' Regular Expression Check' precondition compares the value of a text, number, or url URL field against a regular expression. You could Use it to verify that the content matches a given specified format with it.

Configuration

You must select the field to be checked and enter the regular expression. For example:Image Removed

Example of the Regular Expression precondition as described on this page.Image Added
  • [0-9]{4}-[0-9]{4} allows numbers such as: 1245-7783

  • [0-9]+ EUR$ allows price tags such as: 34 EUR

  • [a-z]* allows an empty string, or any lower case word such as: yellow

  • Option [A,B] allows a selection of options: Option A, Option B or both.

Detailed Documentation documentation on regular expressions can be found on https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.htmlin Oracle's documentation for a technical documentation, or https://www.or at regular-expressions.info/ for a more straightforward description. Another good resource for developing and testing regular expressions is https://www.freeformatter.com/java-regex-tester.html.

Example

A workflow is configured so that the 'Create' transition has the 'Regular Expression Check Precondition'. If the summary contains the phrase "Onboarding" or "onboarding", a sub-task will be created for the creation of the user account in the company's systems.

Supported

Field Types

field types

Include Page
Supported Field Types
Supported Field Types