Hi all,
Here come up with the scenario, how to modify the "edit-cascadingselect.vm" file in jira, where we can ask the name for child selection in cascading single select .
In the below image as of now there is no facility to provide in jira to give the name for child selection, Kindly suggest me, how to implement .
If you edit edit-cascadingselect.vm , it will impact complete instance (for all fields).
Work around :
rename field to State and City
Add description below the select list.
Thanks Sreenivasaraju, for the valuable information,
am trying to implement "multi level cascading select" having three individual dropdowns EG(Country,State, City) without installing "MLCS" plugin, as of that ,And i tried behaviours using script runner plugin , i got struck mapping the values to parent , child, so i thought to change in edit-cascadingselect.vm to implement this scenario, Kindly help me , if you know how to achieve this!!.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have implemented similar request as three different select list (if it ok for you, you can consider this approach or you can check for other options)
created select list field A,B,C
B field options dependent on A field and C field option will depend on B. This we have achieved with AJS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply
Could you please elaborate how to implement, and where to write the code for that !!
kindly share the code , if possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.