Using the standard /jira macro I'd like to produce a pie-chart of jira tickets grouped by unique subset of labels without enumerating the labels explicitly in my JQL:
project="EDM" AND labels ~ "EDM_Func_*"
However, sadly the operator '~' is not supported by the 'labels' field (when I try this JQL in Jira).
Also, when I tried using an explicit set of labels ...
project = "EDM" AND labels in
(EDM_Func_Commercial, EDM_Func_Compliance, EDM_Func_Finance)
...and then set Display Options to 'chart by labels', I see a [surprise] pie chart whose slices include other labels I don't want to see:
These extras likely decorate the same EDM_Func_* labeled tickets: