Here i am basically looking for a dependency parameter. Let us say i have two drop downs in the build parameter section. Based on the value selected from the 1st dropdown the possible default values of the 2nd dropdown should vary.
Any plugin/approach to handle this effectively? Only way is to go with dynamic parameter plugin and call a java script function? Thanks in advance.