Hi,
I use the following code for re indexing issues per project-(as a service)
for (Issue issue : issueList) {
issueIndexManager.reIndex(issue);
}
After this I go to issue navigator and search for issues I see that resolved field comes empty even there is a Resolved Date in the edit issue screen.
The resolved date appears in issue navigator only when i update the issue with some field(say add some comments).
And again when i do re idnexing for this project the resolved date is empty in the navigator screen.
When i do a excel download the reoslved date is empty .
Is there any other alternative how i can solve this?Or should i not re index at all using this code.
I have jira 5.0.3 cant upgrade to 5.2 as we have issues with GreenHopper adoption of new Sprint field.
Hey there again, Mir.
Glad to know that the system reindexing solved the issue on your side.
Warm regards,
Danial
Yes, manual re indexing is not a option has it requires system down time .I cant afford to shut down system has it been used by many users.So was loooking something running background.
However,system re indexing does solve the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there, Mir.
Have you tried manual reindexing to see if the Resolved field is still empty? Does it occur with every project that you try to search from the Issue Navigator? Can you try to clear off your JIRA indexes / caches by performing the following steps:
Not sure whether the problem is actually caused by the code though.
Warm regards,
Danial
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.