We use multiple fixversions within a project because we release to both cloud and on-premise - cloud is always first. Problem is that I would like to keep a filter of open tickets for just one of the fixversions. Fixversions are pre-fixed with either "cloud..." or "onprem..." and I have been using fixVersion > latestReleasedVersion() AND fixVersion ~ "cloud*". Problem is that the search checks both fix versions for both statements. So if just one of the versions are unreleased it will display the issue. This is typically the issue for "cloud..." fixversions, where issues are released to cloud but still pops up in the results for open tickets though it has been released to cloud.
I don't see how I can do this without adding an additional status in the workflow - e.g. "Released", but I would like to avoid more statuses to the workflow.
Seems like I just found the answer to this.
If I simply use fixVersion not in releasedVersions() I won't get issues where one of the fixversions is released.
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.