Solution... 3 filters required...
1. STORIES filter called '369_Stories':
issuetype in (story, PTR) AND cf[13056] = SAMSS-369 ORDER BY Key
2. SUB-TASKS filter called '369_Subtasks':
issuefunction in subtasksof("filter = 369_Stories") OR issuetype in (Sub-task) AND issuefunction in linkedissuesof("key = SAMSS-369")
3. COMBINED STORIES & SUB-TASKS filter called '369':
filter in (369_Stories, 369_Subtasks)
Hello!
This is just a quick query I threw together. It returns Stories that have Sub-Tasks; and you can add the Sub-Tasks column to see the Sub-Tasks.
issueFunction IN hasSubtasks() AND issuetype = Story
I'll see if I can come up with one that returns Stories and Sub-Tasks together.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry but it's just not possible without plugins. The technology just isn't there yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've found solution:
project = "ProjName" AND ( status in ("To Do", "In Progress", Done) AND type = sub-task AND issueFunction in subtasksOf("status in ('StoryStatus1','StoryStatus2','StoryStatus3')") OR status in ('StoryStatus1','StoryStatus2','StoryStatus3') AND issuetype = Story ) ORDER BY RANK ASC
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.