Hi Jira Family
My need is to come up with JQl so that i pull the following data.
project have subtasks. In subtask form, we have cascading custom field and in parent two of the cascading field, we have 4 options. Now i need jql so that it pulls parent tasks with subtask holding one of the options from cascading custom field.
My trys with no luck
issueFunction in hasSubtasks() AND project="ABC" and "cascading field" = "option" ORDER BY issuekey ASC
issueFunction in subtasksOf("project in ('ABC')")AND issuetype in ("Parent", "Sub-task")" AND "cascadingfield" = "option" ORDER BY issuekey ASC
Filter results should display parent and subtask and as I use issuekey to orderby, in default i get parent and issue id's..something like attached screenshot