Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jira chart macro can't process JQL containing label wildcards

Jeremy Chambers May 23, 2023

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:

jira macro snap.png

These extras likely decorate the same EDM_Func_* labeled tickets:

jira macro snap.png

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events