🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Example: Validate compatible values selection among dependent custom fields

I have three pull-down 

  • PD1 = (element11, element12, element13)
  • PD2 = (element21, element22, element23)
  • PD3 = (element31, element32, element33)

Logic goes like

  • If (PD1.element11) is selected display PD2 & PD3
  • If (PD1.element12) is selected display PD2, disable PD3
  • If (PD1.element13) show or diable PD2 & PD3

With Jira Workflow Toolbox you can implement a validation in a transition (also at "Create Issue" transition) indicating incompatible value selection for fields PD1PD2 and PD3. To do it you can use Boolean validator with math, date-time or text-string terms with the following configuration:


Note that field codes in the particular instance of Jira used for this example are:

  • %{11800} is field code for custom field PD1
  • %{11801} is field code for custom field PD2
  • %{11802} is field code for custom field PD3

Once configured, transition "Create Issue" will look like this:




Other examples of that function

Related Usage Examples