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
Can you share your JQL with us?
This is an example(i set to show 3 issues):
"Nº Anticipo" ~ 11110 or "Nº Anticipo" ~ 11111 or "Nº Anticipo" ~ 11112
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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) )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please can you give me an example with the code that i gave you for the second option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.