problem with advanced search

gonzalo zegarra
Contributor
February 21, 2019

Hi

i have problems when i use advanced search. I did a code to show 800 issues but it doesnt work becasuse the result is empty. It only works when i set the code to show 151 issues.

I spend time doing it by small parts until cover all the issues.

How can i solve this problem?

thx

1 answer

0 votes
Payne
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.
February 21, 2019

Can you share your JQL with us?

gonzalo zegarra
Contributor
February 22, 2019

This is an example(i set to show 3 issues):

"Nº Anticipo" ~ 11110 or "Nº Anticipo" ~ 11111 or "Nº Anticipo" ~ 11112

Payne
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.
February 22, 2019

Ah, I thought you may be doing something like that ... there is a limit on the length of a JQL query (not sure what it is, but there is one), so you need to find a way to shorten it. Look for some characteristic of your 800 issues that is shared across them, and search for that, for example. Another option would be to break them apart as you've done, save each as a filter, and then run a JQL that combines your filters (e.g. filter in (filter1,filter) )

gonzalo zegarra
Contributor
February 22, 2019

please can you give me an example with the code that i gave you for the second option?

Suggest an answer

Log in or Sign up to answer