Hi everyone,
I'm experiencing an issue with the new Project Reports feature in Jira Cloud and would like to know whether this is expected behavior, a limitation, or a bug.
I have 78 Epics where:
Quarter = Q1 FY83/84
The following all correctly return 78 work items:
Example:
project = RM
AND "Quarter" = "Q1 FY83/84"When I add Quarter as a Dashboard Filter on the Project Reports page and select Q1 FY83/84, the reports only display 39 work items.
Every widget uses the same count (39), including:
To isolate the issue, I created 5 brand-new Epics with:
The List view and JQL correctly return all 5 issues.
However, when I apply Quarter = Q3 FY83/84 in Project Reports, every widget shows 0 work items.
As another test, I removed the Quarter filter and replaced it with the native Work Item Status filter. The reports worked correctly and displayed the expected counts.
project = RM).Any guidance would be greatly appreciated.
Thank you!
Can you describe the setpes you are taking, also screenshots are helpful for community members to understand where you are and what you want to achieve.
And as this realtes a multi select field, use as JQL "quarter in ()"
so here i have a custom field which is named quarter where i have tasks labelled according to the quarter of the year, i have about 78 tasks in the actual quarter where i have labelled them Q1 FY83/84 but it is only showing 39, where these 39 tasks were added a long time ago and the new tasks were added 3 days ago and those tasks are not showing up in this reports section
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the count chart, is there a date component set?
What is the filter used within the chart, as the charts can have filters with date ranges?
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.
Check the filter option in the screenshot you shared, what is that filter?
I suspect this has a data or other component set where the chart is based on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marc -Devoteam- filter has all statues which should show everything, this issue might be new or some type of bug or glitch where 39 tasks are the ones where i added awhile back and the new tasks ive added arent showing up because of a custom filter issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dislike multi select field as querying can result is strange results, as if multiple options on an issue are set for the field you should use a JQL in function, as equal will only find the onse with this specific option as the only option set.
This could well be the reason wit the quick filter on the report.
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.