Forums

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

How do I find issueChildOf filter=<filter number> in JQL?

rachel_bollinger May 30, 2025

I have a filter that produces a result set. I want to find children and links of that result set.

 

The original filter returns issues based on labels and is saved as filter 12103

labels in (Paychex_Template_Org_SOW)

 

I am looking for the linked and child issues of those with the labels in the list.

 

For example, 

issueChildOf in linkedIssues("BCD-3309") OR linkedIssue in linkedIssues("BCD-3309")

 

Instead of indicating the issue key BCD-3309, I want to get the issues that have the labels.

issuechildof in linkedIssues("filter=12103") OR linkedIssue in linkedIssues("filter=12103")

 

1 answer

0 votes
arielei
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 30, 2025

Hey @rachel_bollinger 

Try:

issueFunction in childrenOf("labels in (Paychex_Template_Org_SOW)")

 

should work.

 

Ariel.

rachel_bollinger May 30, 2025

Thank you. I did attempt the issueFunction, but I receive an error that "Field 'issueFunction' does not exist or you do not have permission to view it."

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events