Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×
Why when I create the filter in (xxx, xxx,xxx) if is more than 7 filters it doesn't shows the results
Hello @Kostek_ Leticia
Welcome to the Atlassian community.
Do you get any kind of message?
I have been able to create a filter that uses 8 other filters, and the results do display.
filter in (a, b, c, d, e, f, g, h)
Do any of the filters you selected reference other filters in your selection?
it says that the jql is inefficient that takes more than 25 secs to come back to an answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on that it is not the number of filters you have included but the filters themselves.
If you execute each filter independently, how many results do you get for each one, and how long does it take each one to complete?
Are you using functionality provided by third party apps within those filters?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this is the filter that i am using
filter in (202021, 202022, 202023, 202024, 202025, 202026, 202027, 202028, 202029, 2020210, 2020211,2020212,2020213,2020214)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Those are IDs for other filters.
You would need open/execute each of those filters to see the details of the filter, how many issues are returned and how long it takes to return the results.
You can open each filter, one at a time using a URL like the following where you substitute in the base URL for your instance and one ID at a time from the comma separated list you showed.
https://baseURL/issues/?filter=FilterID
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.