Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jqlTooComplex response for linkedIssuesOfRemote?

Fabrício Rodrigues
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 12, 2014

I'm trying to get Issues linked to a Confluence page, but the respose is always {"errorMessages":["jqlTooComplex"],"errors":{}}.

My JIRA version is 6.0.4, Confluence is 5.3 and Script Runner is 2.1.15.

No matter what parameter I'm using, the response is always that.

Any suggestions?

<object id="4b5b296b-d8ca-85ae-5a2b-59928a91b38d" type="application/gas-events-abn" width="0" height="0"></object>

3 answers

0 votes
Fabrício Rodrigues
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 12, 2014

The JQL is

issueFunction in linkedIssuesOfRemote("Page URL")

issueFunction in linkedIssuesOfRemote("Page title")

...

I'm not searching for archived versions

[EDIT]

The Request:

/jira/secure/Search!Jql.jspa?decorator=none&jql=issueFunction+in+linkedIssuesOfRemote(%22Processo+-+Teste%22)&_=1399986486188

The http response:

Status code: 400 Bad Request

{"errorMessages":["jqlTooComplex"],"errors":{}}

[/EDIT]

<object id="58e9a928-da88-bca5-a889-0b95b9a1a4b9" type="application/gas-events-abn" width="0" height="0"></object>

0 votes
codelab expert
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.
May 12, 2014

Are you using archived versions in your JQL? Please look at https://jira.atlassian.com/browse/JRA-31534

0 votes
Nic Brough -Adaptavist-
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.
May 12, 2014

What is the actual JQL in use here?

Suggest an answer

Log in or Sign up to answer