Help on a complex (for me) JQL statement?
I need a filter to show me Open Stories that contain children sub-tasks, at least one of which is not Open.
It is not possible on onDemand because it involves searching parent stories based on subtask status. On downloaded version, there are few plugin which might help.
ok, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is an Add-On for JIRA On-Demand, that has the requested functionality - https://marketplace.atlassian.com/plugins/jql-pro
See the screenshot - you can choose the Subtask status. It will return you the list of parent issues. Then you can use the keys of the parent issues to filter them with the native JQL.
Screen Shot 2014-09-14 at 8.14.39 PM.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wouldn't this work?
type = story AND issue in subtask("status != open")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks, but ondemand says: "Unable to find JQL function 'subtask(status != open)'."
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.