Scenario:
1. Issue in one project with Label FOO
2. 2 or more epics in other projects (note multiple projects, children in our view) linked via parent/child relationship
3. Issues associated with epics
Desire:
Query that reports all issues from 3 without showing issues from 1 or 2.
We have scriptrunner, but that isn't giving us the results we need
you can try filter:
issue not in (Project 1, project 2) and ("epic link" is not empty)
--
that doesn't handle the tree however, that just returns everything in project 2 in my case that has an epic. I need the tree down.
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.