I have created a few filters which use the field "Fix Version", but i had to use it with specific values ( = version names), is there any JQL for searching Fix Version = CurrentVersion (similar to currentsprint)? I tried a few options and couldn't find anything, workaround is to update all filters in every version but that's cumbersome... :(
Hi @kerensho,
it depends on what is the "current version" for you. You can query like this;
fixversion in earliestUnreleasedVersion(project-key)
fixversion in latestReleasedVersion(project-key)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the project key here please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The key of your project.
E.g. if your issue has the key ABC-123456, the project-key is "ABC"
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.