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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.