Hi all,
I create a simple scripted field with this code:
return issue.getPriorityObject().getId().toString().padLeft(3, '0')
Now, I would like to search issue and order them by my created script
Whatever the template format (text field, number...), the sort is not do by my scripted field.
Is there another way to use a script field on Search Issue ?
or is it possible to simply access a field property on search textbox ? (like priority.Id...)
thanks in advance.
regards,
After a reindex, the sort works....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.