I've read many forum posts around issue link filtering but I can't seem to get ( issueLinkType != "is blocked by") to return any results. Although I have plenty that ought to match. The filter ( issueLinkType = "is blocked by") does return the expected results.
Hello @Zach Norris
Welcome to the Atlassian Community!
Indeed, the parameter "issueLinkType" return inconsistent results when using the operators "!=" and "NOT IN". We created the following bug to fix this unexpected behavior:
JQL issueLinkType is inconsistent when using != or NOT IN operators
Feel free to vote and watch the bug to increase its priority and also receive notifications about its fix implementation.
As an option, you can use the workaround noted in JRACLOUD-72795 and do a filter "!=" reference to a saved filter to exclude any issue with the setlist of link types, like the following:
saved filter = issueLinkType in ("all", "of", "the Issue Link Type Names", "as a comma separated", "List", "using Both the" "Outward Description" "And" "Inward Description")
Project = "Project A" AND filter != <filter_ID>
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Switch to Jira Cloud with Atlassian University! Explore new navigation, issue views, and Cloud features like team-managed projects and automation. Tailored for Data Center users & admins, these courses ensure a smooth transition. Start your journey today!
Enroll now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.