Hello,
We've already asked the question directly to Atlassian support but they suggested that I tried Answers instead.
We would need to obtain all the values registered in JIRA for the field VERSION.
Futhermore we need to obtain all the values of the summary field of an specifiq project. What would be the jql query?
Thank you,
It is not possible with JQL, but using ie this addon https://marketplace.atlassian.com/apps/1218767/smart-ql?hosting=server&tab=overview
you would have SQL console with builtin permissions for data (just like in Jira) and you can query like this.
SELECT * FROM PROJECTVERSIONS
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.