I would like to store a list in a `PropertySet` attached to a Jira user, e.g.
List<String> animals = Arrays.asList(new String[] { "Cat", "Dog", "Parrot"});
properties.setObject("animals", animals);
Given that `ArrayList` is Serializable I would expect this to work. However, when attempting to execute this code I am getting the following exception:
com.opensymphony.module.propertyset.PropertyImplementationException: Invalid property type: 8
at com.atlassian.jira.propertyset.OfBizPropertyTypeRegistry.mapper(OfBizPropertyTypeRegistry.java:72)
at com.atlassian.jira.propertyset.OfBizPropertyTypeRegistry.mapper(OfBizPropertyTypeRegistry.java:65)
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore$SetOperation.<init>(CachingOfBizPropertyEntryStore.java:570)
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.createSetOperation(CachingOfBizPropertyEntryStore.java:161)
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.