Resolved field is empty in issue navigator but not in issue

maschle January 31, 2017

Hi all

we have a problem with the resolved field in the issue navigator.

This filter returns issues but it shouldnt?

status in (Closed, Resolved) and resolved is EMPTY

The resolved field is empty in the issue navigator and when we click on an issue the resolved field is actually set.

So it seems that the index and the database are out of sync. Doing a re-index only helps temporarily.

The tickets which are returned by this filter are getting progressively  more. The strange thing is that even very old issues are returned by this filter (which have not been modified/updated). So there shouldn't be a problem with the postfunctions. 

Can someone help us?

1 answer

0 votes
Vasiliy Zverev
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.
January 31, 2017

It seems that resolution is set but with no reindex. Try to investigate workflows for such cases.

maschle January 31, 2017

Is there a service running which checks all tickets periodically? If I do a manual "background re-index" the "fixed" tickets should stay consistent but they don't?

 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 31, 2017

No, there's no service to do that.   Issues are indexed individually on every change

The indices break in several ways

  1. A system incident - ranging from a hard shutdown or physical problem down to minor glitches or simply being overloaded, something not part of JIRA interrupts the index process.  This doesn't happen a lot, but if you are seeing performance issues, one side effect is sometimes indexing failure
  2. Bugs in the core - rare, and usually fixed quickly when it's an indexing thing, but bugs in the core product do happen
  3. Bad or broken add-ons
  4. Badly configured add-ons

There's no regular service because 1 and 2 are edge cases that can't be caught, and 3 and 4 are by far the most common cause of indexing issues.

Suggest an answer

Log in or Sign up to answer