I have the following JQL for my agile board quick search
status IN ( BACKLOG, "IN PROGRESS", "UNDER REVIEW", REJECTED, APPROVED, DONE)
but is not working - a lot of tickets are not present and those are all the statuses my project has so basically should display all the tickets (similar to no quick filter selected)
I've got the same issue, for one of my projects,
the following filter is not working
Status was in ("To Do","Ready For Dev","In Progress","Done") on ("2021-10-24 00:00")
This is the list of statuses available, and tickets have been in this status on the given date (confirm by ticket history).
This filter is perfectly working for all other project we have !!
This one, was created as "private" and using "Team Managed" Template
Urgent Help Needed .....
If the project is "private", the first debugging question is "can the user trying the filter see the issues in the project at all?"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this was indeed the frst step, then the project have been updated to "limited" and we have been granted as admin on it ... nothing changed....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One thing you might check - run and save a filter for "project = xyz". Go to a dashboard and add a filter statistics gadget. Include resolved issues, select your filter and choose "status" for the statistic.
This will confirm your list of status is complete, and give you a way to check the number of issues is correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you checked the board's main Filter Query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have the same type of problem.. A filter as follows: project = 'project' OR project = 'project' AND resolution != incomplete ORDER BY Rank ASC and regardless all the issues with resolution as incomplete display in the Kanban backlog. I tried this filter because and Epic Link != 'xxx' will NOT work, status != 'xxx' Does not work, and Labels != 'xxxx' does NOT work. Why not? We continue to see items with icebox or archived status even though I added filters to block them. We continue to see items linked to the Epic we specifically filter OUT. what might we be doing wrong? I am well versed in this filter language..
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.