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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.