In https://answers.atlassian.com/questions/82515/versionmatches-from-jql-tricks-plugin-not-working I asked about proper usage for the JQL Tricks function versionMatches(). Got a great answer that worked when I tested it....
And then my admin team installed the correct version of the plugin for our ACTUAL version of Jira... (Why couldn't they do that to begin with, but I digress...)
So we have Jira version 4.4.3 and the JTricks plugin version 2.3. The versionMatches() function doesn't exist yet. Back to square one. I'm looking at the releasedOn() function but that seems to require a specific date. What I need it all release dates in a month. It doesn't seem to let me wildcard the date like this: "2012/08/*". Is there proper regex syntax I should use, or does this function simply require a specific date?
Is there a better function to use? If it helps, here is the query that worked beautifully in the latest version:
project in (BILLGTWY, CD, CG, CI, FIN, GC, JCA, PEM, SG, TE) and status in (Closed,Resolved) and fixversion in versionMatches(".*Jan/2012.*")
How do I accomplish this with what's available in the version that we can support?
When are you planning to upgrade your JIRA? If not anytime soon, and if you have a valid license for the plugin, you can request to add the function in the earlier versions of the plugin. Try contacting the support directly.
Apparently there are no plans to upgrade Jira. I'm going to have to write a business justification to buy the plugin.
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.