Hi all!
I am preparing backlog quality metrixes and one of them is "11. Issues having more than 1 fixVersion set".
Can someone suggest a JQL to find such issues?
Thank you in advance!
You can do this with the JQL Tricks plugin.
fixVersion is not EMPTY and issue not in hasVersions(1)
will get you all issues that has more than 1 fixVersions.
hasVersions(N) lets you find issues with exactly N number of fixVersions.
my 7.6.3 JIRA does NOT have function hasVersions(). Is there something I can do to have it?
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.