Does anyone know the JQL if I want to exclude issues associated with a fixversion that has no release date?
You should be able to use JQL tricks plugin. Need to pay @Jobin though :)
use versionsBefore function and give a big value for the date. The results should include all versions which has a release date.
http://www.j-tricks.com/jql-tricks-plugin.html
Jobin can confirm.
not available on onDemand though :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I miss the OnDemand tag always :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries! The information is still quite beneficial. We're moving away from OnDemand because of too many limitations. Appreciate the advice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should just be able to use:
fixVersion in ("name of version")
Do either of those work for you? This page (http://confluence.atlassian.com/display/JIRA/Advanced+Searching) should also be able to help provide various fields and methods for querying those fields in Download JIRA and OnDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was looking for a more generic way of doing it. Yes, I did this - but, it's not maintainable as others create versions without release dates. This happens when they are doing affinity planning. Plus, new versions are added with release dates. So, I was looking for a way to pull in only those versions either with a date or exclude those without a date, without having to name specific ones.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@kalynn -- according to the search documentation, "fixVersion" doesn't support searching based on properties of the field except "released" or "unreleased", so it would only be possible if there were a custom plugin that provided such a function.
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.