/
Subprojects JQL Function
Subprojects JQL Function
You can use subprojectsOf JQL to query projects contained inside any level of subprojects hierarchy. For example:
project in subprojectsOf("Phones")
project in subprojectsOf("Note7")
project in subprojectsOf("Business Development Department")