Hi @Aiden,
I understand that you would like to check on label combinations.
In this case, you might want to import all applied label combinations as dimension members. If you have a significant issue amount, this option will work faster and do not require custom calculations.
-
Go to eazyBI advanced settings and add the JavaScript calculated custom field for creating new dimension “Label combinations.”
[jira.customfield_eazybilabels] name = "Label combinations" data_type = "string" dimension = true javascript_code = ''' issue.fields.customfield_eazybilabels = issue.fields.labels; '''
For more details on JavaScript calculated custom fields and how to add them, please see the documentation: Advanced settings for custom fields - eazyBI for Jira.
-
Go to import options, tab Custom fields, and select “Label combination” for data import as a dimension. Import data.
-
In the report, set Measures on columns and select measure “Issues created”. Use dimension “Label combinations” on report rows and filter combinations of interest.
-
Set "Label" dimension on pages and filter labels of interest. If you like, you can set Label dimension on report columns and pages at the same time: Create reports - eazyBI for Jira
The report might look like in the picture below.
Best,
Zane / support@eazyBI.com