I am looking to implement the following:
1. A user will make a selection from a dropdown list (customfieldId_11111).
2. Based on the selection from the dropdown list, another field (customfieldId_22222), which is a multi-select field, will display options, which can be selected.
Thanks.
Why not using the cascading select custom field?
One user can set only the 1srt component, and other user may choose the 2nd component based on the previous selection.
Or even this plugin? https://marketplace.atlassian.com/plugins/com.sourcesense.jira.plugin.cascadingselect
Is there any requirement to store the values in two separate custom fields?
I did deploy that, but the limitation is that I can only select one item in the cascasded field. I would like the 2nd field to be a multi-select.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ops, I didn't realized that.
If you're used to coding in Javascript, take a look to the links provided here https://answers.atlassian.com/questions/145476/examples-for-ajs
or here -> http://www.j-tricks.com/1/post/2012/02/some-ajs-tricks.html
You should embed a script in the multiselect description that reads the single-select value and enables/disables the corresponding options in the multiselect.
HTH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi. I have a similar query. Do you have a solution for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks I need to be able to have default value for the second field while I am choosing the first field. can you help me please?
Thanks
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.