The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Jeff Guthrie
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Kian Stack Mumo Systems
Community Champion
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