Hey all,
I'm a total JIRA newbie so I would be very pleased about your support.
I would like to filter subtasks based on parent data with
issueFunction in subtasksOf("project = XX").
As one important parameter for filtering is part of a grid, I tried to combine the query with
issue in grid(XY, "YY = 'A'").
But
issueFunction in subtasksOf("project = XX AND issue in grid("XY", "YY = 'A'")")
does not work.
Does anyone know a solution for this kind of problem?
A workaround could be to query parent issues with open subtasks:
project XX AND issue in grid("XY", "YY = 'A'") AND issueFunction in parentsOf("status != closed")
Thank you very much in advance!
Regards
You'll need to explain what add-on you are using to provide "in grid()"
Table Grid Editor, v1.26.5 or above
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.