Knowledge Base Articles
Breadcrumbs

Use JQL filter does not return expected issues

Problem

A JQL Jira filter is being used as a filter in Tempo logged time Report, and does not return the expected results.

Solution

There is a limit of 30000 work items that can be returned to Tempo via a JQL filter, If the result is more than that Tempo will consider only the first 30000 issues returned and load its worklogs, so the solution is to optimize the JQL filter to return fewer issues using JQL functions like updated() and others.