best approach for multiselect with long list of options

erich_oliphant August 29, 2013

Hi, I need to add a custom field with multiselect capability that has a very long list of options. The list is 'nested' so I first looked at the cascading select but that of course doesn't work if you need to select more than one option. So at this point I'm fine with a single list that with entries like "Main Entry 1: Nested Entry 1, Main Entry 1: Nested Entry 2, etc". I still have a problem with the list size (~ 100 options) as it will be unmanageable to use with a normal select. I was thinking that of say the Lable custom field type could be constrained to a predefined list, that might be the ticket, but that doesn't appear to be an option either.

Any ideas or suggestions, would be appreciated. I looked at a third-party custom fields (like MLCS) but they don't seem to be the ticket either.

1 answer

0 votes
MB
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.
August 29, 2013

You might need to create your own new CustomFieldType, which can handle both the logic and the UI for what you need.

The original page was here: https://developer.atlassian.com/display/JIRADEV/How+to+create+a+new+Custom+Field+Type

But for some reasons it is not accessible any more, so here is the cached version of the same page: http://web.archive.org/web/20130527060003/https://developer.atlassian.com/display/JIRADEV/How+to+create+a+new+Custom+Field+Type

Suggest an answer

Log in or Sign up to answer