Really I just need an example Quick-filter or Issues query snippet to filter the items on Sub-task bards such as the one below by Team Support at their parent Story item level. So that we can have either a Sub-task board with a filter for each team, or be able to construct proper query for separate boards.
For getting subtasks which parents match a specific condition you'll need the help of a third party addon like ScriptRunner, which provides advanced JQL functions like the one you need here:
issueFunction in subtasksOf("'Team Support' = QA")
Hope it helps.
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.