Hi,
Am trying to search for reports that have multiple fix versions values. Is that possible to search (using jql) for reports that have more than one fix version set ?
Thanks,
Nelson
This worked for me. A search for issues with multiple fixVersions.
fixVersion <= earliestUnreleasedVersion() AND fixVersion > earliestUnreleasedVersion()
This worked for me, too! Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While this is definitely helpful, it wouldn't find items with multiple versions in the future (that would be twice > earliestUnreleasedVersion() )
Voted because it's better than nothing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Like Brecht said already, this is not an exact solution. It is a heuristic which works sometimes, but not in most cases I am interested in. In my environment, we can have both multiple released or multiple unreleased versions, plus of course by chance the lucky case covered by this JQL here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Work for me too, tks a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
awesome! love the simplicity!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can this in a normal 2d Gadget - your x axsis can be fix version - you can find the issues whcihc are mapped to more than one fix version this way - not a direct solution but a good workarround
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.