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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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')")