Forums

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

Using linkedIssuesOfRecursive with issueFieldMatch

Abha Verma
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 8, 2022

I'm trying to get the Business Outcome from stories which are extracted by wildcards in the labels.

 

my inner query is to get stories based on a wildcard search:

issueFunction in issueFieldMatch('project in (projectA, projectB)', labels, '.*TestEn*')")  AND issuetype in (Story, Bug)

-> this works, as I get the correct list of stories  and bugs based on the wildcard search

 

Now, I want to get the Business Outcomes of these stories. 

I have tried to use linkedIssuesOfRecursive, and I am not getting any results:

 

issueFunction in linkedIssuesOfRecursive("issueFunction in issueFieldMatch('project in (projectA, projectB)', labels, '.*TestEn*')")

 

 

1 answer

0 votes
Crystelle S
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.
March 14, 2022

Can you say more about "Business Outcomes" I am guessing that you have tickets linked to original ticket set? Are you using a specific link type? a specific ticket type? On the surface, it does seem odd that the recursive function is not working... usually if you don't specify a level it just goes on forever... but also, maybe that's an issue. Have you tried constraining it to just one level as a test?

Suggest an answer

Log in or Sign up to answer