linkedIssuesOf JQL search query error

Tatiana Shambereva October 14, 2016

Hello,

I have tried to run the following search query in Issues Navigator.

issueFunction in linkedIssuesOf("issueFunction in linkedIssuesOf(\"issueFunction in linkedIssuesOf(\"key = TEST-20993\", \"is release by\")\", \"is test by\")", "relates to")

As a result the following error appeared

  • Error in scripted function: linkedIssuesOf, see below
  • com.atlassian.jira.jql.parser.antlr.RuntimeRecognitionException

Could you please tell me what I'm doing wrong?

Thanks in advance,

Tatiana.

1 answer

1 accepted

0 votes
Answer accepted
Peter Geshev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 14, 2016

Hi Tatiana,

Could you, please, try the following query

issueFunction in linkedIssuesOf("issueFunction in linkedIssuesOf(\"issueFunction in linkedIssuesOf(\\\"key = TEST-20993\\\", \\\"is release by\\\")\", \"is test by\")", "relates to")

Regards,

Peter

Tatiana Shambereva October 14, 2016

Thank you, Peter!!!

Suggest an answer

Log in or Sign up to answer