I'm trying to Query with
project=<ProjectName> AND issuetype=test AND key not in linkedIssues("Test-1",Test-2")
But it is showing me
Issue link type 'Test-2' could not be found in function 'linkedIssues'
Linkedissues answers "what is linked to this issue"? (With the option of specifying the type of link). It does not "List everything linked to this list of issues"
You will need to use
and key not in linkedissues("test-1") and key not in linkedissues("test-2")
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.