issuefieldmatch in a parent link

jeff trotman October 23, 2019

Hi All,

So, this is the query i'm trying to use

issueFunction in hasLinkType("Parent-Child Link") and issueFunction in issueFieldMatch('"issuetype in (Epic, Story)", "Parent Link", ".*RCA.*"')

The information i'm trying to get is all the children of RCAs, these have the field Parent-Child Link, but they could be an Epic or Story, the field is called "Parent Link" and somewhere after the issueKey is RCA.

An example IP-2700 RCA PRB0053280 Playback Delays.

Anyone have a bright idea how to make the issuefieldmatch work

1 answer

1 accepted

0 votes
Answer accepted
jeff trotman October 23, 2019

Narrowed it down a bit to issueFunction in hasLinkType("Parent-Child Link") and issueFunction in issueFieldMatch("", "Parent Link", "^RCA.") still not right though

jeff trotman October 25, 2019

I found the issue, the field believes everything after the IP-2700 is a label, so the correct structure is:

issueFunction in hasLinkType("Parent-Child Link") AND issueFunction in linkedIssuesOf("labels in ('RCA')")

Suggest an answer

Log in or Sign up to answer