How to pass a variable into "issue in childissuesof("[issuekey]")"

Jeff Guthrie February 2, 2021

I want to filter on all issues of a group of projects that belong to Epics that are in a particular release.  

 

project in (PROJ1, PROJ2, PROJ3) AND (issue in childIssuesOf (issuetype in (Epic) and fixversion in (2021-PI1)))

1 answer

0 votes
Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 2, 2021

@Jeff Guthrie, you cannot provide a function inside of the childIssuesOf function. I see that you are using a server Jira. Do you have Scriptrunner at all? Scriptrunner has some nested function abilities which might be helpful in this case.

 

Thanks,

Kian

Suggest an answer

Log in or Sign up to answer