I need to create a query that finds a set of issues based on certain criteria and returns those issues AND all subtasks.
Assume this is the primary JQL:
status in (Open, Working, "ON HOLD") AND resolution = Unresolved AND "User Field" = "my-user"
That will get me all of the parent tickets I'm interested in. I need to get all the subs of those AND the parents.
DC, not Cloud.
I believe this instance has ScriptRunner, but I am FAR from a power user of SR.