How to get stories which are assigned to more than two fixVersions.
There are several ways to do this, depending on what tools you have:
project = myProject
AND fixVersion <= earliestUnreleasedVersion()
AND fixVersion > earliestUnreleasedVersion()
Best regards,
Bill
Hello Muhammed,
The result can easily be found using JQL Search Extensions
The following function can find issues with a number of versions equal to 2.
issue in fixVersionsCountGreaterThan(
2
)
The full documentation can be found here.
Regards,
Ziad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you work for the vendor supplying the product you recommended? If so, please consider reviewing the community guidelines for marketplace and solution providers:
Thanks,
Bill
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.