Is it possible to query for the latest release version of a particular project in JQL? In SQL you would use MAX(release version), but I'm thinking there isn't an equivalent in SQL.
Hello Cynthia,
You could try something like "fixVersion = latestReleasedVersion(TEST)" to find the last released version for the TEST project, for example.
Regards,
Rodrigo Rosa
Hi,
can we print the Fix version value by using a command or some thing else ?
Thanks & regards
Naidu.l
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rodrigo,
I was wondering if there was a trick to the latestFixVersion function, because I am trying it in the new lookup automation so I can set up automated release notes, and it returns an error:
Unable to find JQL function 'latestfixVersion(<projectkey>)
When someone clicks release on a version, I want emails to go out to a set of email addresses (since we can't send out by project role yet), with a list of the issues which were part of the release.
I really could use some help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or you might want to create your own JQL query with SQL for JIRA as it supports the full JIRA issue and project database model, so it is possible (and easy) to write a SQL query to get the latest release of any project and then convert it into a JIRA JQL query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tis messy here...I don't dispute your version definitions in the least.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Cynthia,
perhaps there is a misunderstanding here? fixVersion is the field of an issue.
Some issues may have "V2.3", earlier ones may have "V2.2" in that field.
latestReleaseVersion(<projectname>) is the version name of the project which has been released latest - so in my case most probably this value is "V2.3".
So many issues in that project should have that latestReleaseVersion (i.e. the name of that version, here "V2.3") as the content of the fixVersion field.
Regards,
Maud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That was a nice idea until I checked with our PM. He said they use fixVersion and ReleaseVersion as the same.
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.