I'm not able to find the replacement for hasLinks() on JIRA Cloud that I can use as Quick Links. Although we have Script Runner, it is not possible to use it in the Quick Filter JQL?
All I want is to be able to filter on my board all the issues that have links (any links).
Why cloud makes the things way more complicated than on prem? 🤦‍♀️🤷‍♀️
Hello @Loretta Rehm
As per the Adaptavist document on Feature Parity for Scriptrunner/Enhanced Search, there is not a like-for-like replacement function in Cloud for the hasLinks() function.
You could use the native Issue Link Type and provide a comma separated list of all available link types in your system.
https://support.atlassian.com/jira-software-cloud/docs/jql-fields/#Issue-link-type
i.e.
issueLinkType in (duplicates,clones,blocks,relates)
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.