Forums

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

Find the type of issue that another issue is linked to

Lucas
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!
October 29, 2021

Hello all,

 

I'm using xray inside of JIRA, and what I want to do is to filter, inside of a test plan, all my test executions. Then, find the type of the issue that my executions are linked to: ia bug, task, story, etc. What I currently have is :

issue in testPlanTestExecutions(demo-xxx) AND ( issueFunction in hasLinks("relates to") )

 

I tried some options as linkedIssues, issueType to discover the type of issue that the execution is linked to, but I was not successfull.

Anyone has any idea? Maybe I'm missing a small detail to complete this.

Thank you in advance.

1 answer

1 vote
Lucas
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!
October 29, 2021

I managed to solve it by using the following FYI:

 

issue in testPlanTestExecutions(demo-xxx) AND ( issueFunction in hasLinks("relates to") AND issueFunction in linkedIssuesOf("issuetype = Story") )

 

Thank you all.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events