I know there is an option to filter the tasks by label in the ADVANCE FILTER SEARCH. But it's not serving proper outcome.
For example: I want to see the total spent time of my resources from 28th Dec 2021 to 2nd Jan 2022. I have different labels (as I don't have components in my side bar). I want to filter using the labels & I want the spent time within that date range.
How to achieve that?
Welcome to the Community!
Filtering with labels is as simple as "and label in (red, green, blue)"
But grouping is not part of the search. Grouping is done by the reporting method you are using to view the search results.
Yes if I can elaborate:
In the reporting section there is no way to group by labels but there is the facility to get the total spent hours.
But in the filtering section I can easily filter by labels but the spent time is not matched properly.
For example: If I filter by using created date [range is 28th Dec to 2nd Jan], it is showing me the spent hour till 4th Jan which I don't want. I want to see just the spent time till 2nd Jan.
In short, I want to filter my tasks by labels & I want the exact spent time also according to the exact date range that I require.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
For reporting purposes, you may use the eazyBI for Jira app. Grouping metrics by different field values is a default option in eazyBI.
In eazyBI, the Labels field is imported and available by default as a dimension to group values by them. Measure "Hours spent" is a default measure to show a total of logged hours by different criteria. Using drag-and-drop, combine the dimension together with the measure and filter by Time dimension to see logged hours within this timeframe and split by labels.
In the example below, the selected time period is a quarter and the report data are filtered by projects as well.
You can display those data in a chart view as well (a bar chart, for instance).
More examples are available in the eazyBI Demo account, for instance, in the Time tracking dashboard.
Do not hesitate to contact support@eazybi.com for any further questions!
Ilze / eazyBI Customer Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anika Jahin
Use the date range in JQL
Created >= -28/Dec/2021 AND Created <= 2/Jan/2022
And the relevant labels with adding parenthesis.
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried that, but it is showing me the spent time of 3rd Jan also. So the actual spent time data is mismatched.
Can you please help me out? @Pramodh M
And thanks for your previous response.
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.