I want to find all the Bugs of Features which has custom field value like below.
project = ABC AND issuetype = Bug AND issue in parentIssuesOf("cf[12118] ~ 'Proposition'")
Or using issues in issuesInEpics("project = ABC AND "cf[12118] ~ 'Proposition'")
Have tried issueIn Epics however if you have custom field then you have to use \'{custom field name}'\ within the subquery of the function.
project = ABC AND issueFunction in issuesInEpics("issuetype = Feature AND \'cf[12118]'\ ~ 'Proposition'") AND issuetype = Bug
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.