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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.