Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

In order to use dependent fields you must have Power Scripts for Jira app installed and enabled.

In order to To use the screen values for a field in the data source, you have to add it as dependent field (from field configuration → Dependencies).  

...

Example: Let's say we have two custom fields: one  PCF-PRO - Single Autocomplete (let's name it "Continent") and one and PCF-PRO - Multiple Autocomplete (let's name it "Countries"), the second one is populated depending on the value of the first one.

An easy example is following: we have a table ("countries") with two columns: country and continent. Our first field will select the continents and the second one will contain the countries from that continent.

...