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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.