Hi All,
I have written a cascading script using behaviours and that script is working fine in JIRA but the same script is not working properly in JSD portal eventhough i have done the mapping of behaviours with JSD project.
Requirement -
I have below 3 fields with the sample values -
- Category (Drop down) - Business Applications, Other Applications
- Service (Drop down)- A4IS, Blackberry
- Criticality (Drop down)- Very High, High
- I want to populate 2nd field on the basis of 1st field .
- 3rd field should be auto- populated on the basis of 2nd field
For E.g. -
If i select the category as - Business Application and Service as - A4IS - The below field should be auto-populated with the corresponding values as -
Criticality - Very High.
Problem statement -
- On the selection of 1st and 2nd field the 3rd field (Criticality) is not getting auto populated instead i need to click on the drop down options and select the corresponding value manually.
- Also the values does not get reset correspondingly , for e.g.
- If i have chose the value of the fields as below -
category - business application
service - A4Sec
The criticality field is not getting auto populated as Very High but we have to select that value , pfb screen shot (cascading 1).
- if i am changing the value of category as Other application the corresponding Service value is not getting change/removed , pfa screen shot (cascading 2).
- Similarly the value of criticality is also not getting change/removed and still the old selection is showing up. , pfa screen shot (Cascading 3)


