how to create cascade fields that depend on each other

nguyen thanh Phuc July 22, 2019

I want to create 2 customized combobox fields in which the second field depends on the first field to populate its value. For example

  • if i choose value "Program 1" from field A, then field B will be populated with "Product 1.1", "Product 1.2"
  • if i chose value "Program 2" from field A, then field B will be populated with "Product 2.1", "Product 2.2"

Is there any possible way to do that, thank you very much

2 answers

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 22, 2019

Hello,

You need to create a cascading field custom field. It is an out of the box field.

0 votes
brbojorque
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 22, 2019

Hi @nguyen thanh Phuc ,

You can use ScriptRunner behavior to achieve this. 

https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html

Take a look at the documentation there should be an example for it.

Suggest an answer

Log in or Sign up to answer