Hello*,
our team is using BigPicture Scope and Gantt module to structure work and is often using Basic Tasks to aggregate JIRA tasks under their roof. I am looking for a way to query for all JIRA issues that are aggregated under the same Basic Task in JQL, i.e.
show me all JIRA issues that are "sub-tasks" of PROG-XXX-YYY
I have tried this, but either I am doing something wrong, or it does not work with basic tasks?
issue in allBoxDescendantTasks(PROG-XXX, PROG-XXX-YYY, 2)
Any suggestions are much appreciated :)
Felizia