So i got a filter with my Portfolio Epics Filter='MY_25_PEPICS'
basically my "work-scope"
I want whatever linked to those.
I want the connected capabilities (linked or child, related)
I want the connected features(epics) (linked or child, related)
I want the connected stories (linked or child, related)
to above epic, the complete "tree".
I want whatever is connected to that "one step away" to that "tree" as well.
I got scriptrunner, datacenter. Id very much like [Filter='MY_25_PEPICS'] to be the only variable.
Target is to throw it into PLANS and "sort it out there". Is that even possible?
Filter='MY_25_PEPICS' OR issueFunction in linkedIssuesOfAllRecursiveLimited("Filter='MY_25_PEPICS'", 2)
...is catching too much
I would recommend splitting out the filters into separate functions, scriptrunner and Plans do not always play nicely.
issuefunction in issuesinepics()
issuefunction in linkedissues()
etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.