Hello,
I've observed that when attempting to utilize Jira Plans with a filter displaying issues where a specific group is the assignee, it doesn't show any sub-tasks, even when the hierarchy is set from epic to sub-task. We suspect that the issue lies in the fact that the parent issue is not included in the filter, causing the sub-task not to be displayed.
Is there a method to modify the filter so that it also includes the parent issue (task) in the results, even if the assignee is not part of the original filter criteria?
Community moderators have prevented the ability to post new answers.
I think I found a proper solution:
issueFunction in parentsOf("assignee in (xyz)") worked for me in combination with the current filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.