In my project I have many fixVersions....archived, released, and active.
I have a query that intentionally looks at all cases that are NOT in the current fixVersion and naturally I don't want to include archived and released.
I've been using this logic for years but it stopped working this morning: fixVersion > earliestUnreleasedVersion()
Does anyone know if this is a defect that can be resolved, if the advanced query can be modified based on a new requirement, or if I'm doing something else wrong?