Hi,
we migrated from Jira Server to Jira Cloud.
A filter query we used with Jira Server was something like this:
project = ABC and issue
IN
linkedIssuesOf(
"project = DEF and resolution = Unresolved"
)
It returned all issues from project ABC which have a linked issue to project DEF which has a resolved resolution.
With Jira Cloud we have to use the Enhanced Search feature which provides a JQL Function "linkedIssuesOf": https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-enhanced-search/jql-functions#linkedissuesof
But this function does not match our needs because it will return the linked issues itself matching the condition.
Is there a way to write a query similar to the Jira Server version (which returns issues from project ABC instead of DEF) with Jira Cloud / Enhanced Search? Thanks!
Hi @Hans Hugo
Potentially, you can try the below JQL search example as a guide:
issueFunction in linkedIssuesOf("Project = T2 AND resolution = Done") AND Project = STRAW
The example above will show all the issues from Project = STRAW containing linked issues related to Project = T2.
Can you try this and see how it goes?
I hope this helps. :)
Kind Regards
Kate
Hi @Hans Hugo
Please raise a support ticket with our support team here: SR4JC support so we can get some more information regarding your JQL query and hopefully help you to resolve the 30 second timeout issue.
Kind regards,
Jasmin
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.