Hi
I have a nice simple bit of JQL using Insight's referencedObject JQL function:
cf[12400] in referencedObject(RASBFR-302, 4)
This works really well, and returns issues that have some reference to the RASBFR-302 object. In this example RASBFR-302 is a "Franchisee Company" with the name "23.5 Degrees".
However, I know referencedObject is depreciated, so I am trying to replace this JQL with the iqlFunction instead. I am struggling to following any relevant examples from https://documentation.riada.se/display/ICV54/IQL+-+Insight+Query+Language or https://documentation.riada.se/display/ICV54/Insight+JQL+Functions.
Could anyone help?
Regards
R
Found it myself eventually:
cf[12400] in iqlFunction("Object HAVING outboundReferences(Key = \"RASBFR-302\")")
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.