Hello Jamie,
I would like to add a scripted field to a project that sum the number of selected values in a multi-select list custom field.
I create a scripted field with the below code:
return ((getCustomFieldValue(10528)?.size())?:0) as Double
and I am getting the below:
The indexer for this field expects a java.lang.String but the script returned a java.lang.Double.
Any help plz ?
Hey Nadim!
It seems you may have to change the type of the indexer for your scripted field. To do that, just go to the Add-ons tab in JIRA's Administration panel and look for Script Fields under the Script Runner section on the sidebar of the page. On there, click the Edit button on the upper-left corner of the field description and check what you have defined as Script Template and Configured searcher, that are located right below the big field for inserting the script on the page.
Scripted_Field.jpg
To work with Double data type, you may select the Number Field as the Script Template and also change the Configured searcher as Number Searcher.
I also tagged your question with the one monitored by the Script Runner plugin developers, so that they can also help you if what I suggest doesn't resolve the issue you are having. (surely they know much more about it than me...)
Cheers!
Joao
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.