We are on JIRA 6.4.6. Have installed AMUtils and this is enabled. However the new JQL functions, e,g, issuesSubtasks, do not appear to be recognised. "Error in the JQL Query...."
issuesSubtasks(project = DWN AND fixVersion = 1509.0.0)
I think I figured it out, you must use the syntax
issues in issuesParents("Priority=Critical")
You can combine that with the rest of the JQL, but you must use the "issues in" format for this. Also, I had to use issuesParents() when I thought what I wanted was issuesSubtasks(), so try both to get what you want!
Checking
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check if there is any configuration to enable this JQL command by project.
I know in JQL tricks you have to enable each function by project.
Pilar
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.