I used the JIRA search to search issues which have a certain entry in a "Query issue multi linker custom field":
issuetype=MyIssueType and "My Custom Query Field" = ReferencedIssue
This works.
I tried the following to list all issues which do not have the entry:
issuetype=MyIssueType and not "My Custom Query Field" = ReferencedIssue
This does not work. Furthermore, the operators "~" and "!~" (CONTAINS and NOT CONTAINS) are not supported by the issue type.
Hi Ralf, I am creator of this add-on. Try, please
issuetype=MyIssueType and "My Custom Query Field" != ReferencedIssue
-- Andrey
I tried that, but in this case I don't get any issues. Although I am certain to have one, in which the issue is not referenced.
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.