can't sort by scripted field

Jason Galm June 27, 2014

I have a scripted field that only returns the issues resolution date.

I can't use the result in a JQL statement or even use it as a column to sort by.

I have the search template set to date time picker.

2 answers

1 accepted

1 vote
Answer accepted
JamieA
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.
June 28, 2014

Is there any error? Make sure you have modified a few issues to ensure their value is in the index.

To make new fields work properly you have to reindex every issue associated with the field.

0 votes
Jason Galm June 29, 2014

Ahh I forgot you had to reindex when you change the script, that fixed it. Thank you.

I didn't think it was the script because it is litterally one line, return issue.getResolutionDate()

Suggest an answer

Log in or Sign up to answer