I'm using the X-ray plugin, I'd like to create a quick filter to show only issues if they don't have a test issue linked against it, that way I can easily see whether there are still tickets I need to make test cases for.
EDIT - My answer doesn't take into account X-Ray, I am not sure if that changes anything for you or not.
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/You can find the syntax for LinkedIssues on this page. It's a case-sensitive type of link syntax.For example:issue in linkedIssues(ABC-123,"is duplicated by") There is a limitation here, so it may not work out the way you want. You'll need to include the issueID in the query, which probably means this won't work for you.
Thanks, I did find that page myself during my search but couldn't get it working so I wasn't 100% sure I was doing it right.
Hey Alex, so how did you get it to work? I would appreciate the insight, because I have a very similar case, but the linkedIssue function is not helpful.
It looks like you're new here. Sign in or register to get started.