In the JQL, is there a way to filter between to versions? For example, my company uses a "odd" numbering scheme. Is it possible to do something like the following clause?
Fixed between V8.00.0060 and V8.00.0070
I figured out the answer to my own question. The following works for what I am trying to accomplish.
fixVersion >= V8.00.0060 and fixVersion <= V8.00.0070
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.