Creating eazyBI report for specific JQL in "eazyBI for Jira"

Hi,

Anybody can help me to create report for the below JQL:
Project = CICD AND labels in (cicd-npi) AND issuetype = epic AND labels in (ci-mvp) ORDER by created ASC

Thanks in advance,
Kaleeswari G

Hi,

I can suggest you create a following calculated measure that will sum both labels for each issue that has them

([Label].[cicd-npi], 
  [Measures].[Issues created]) +
([Label].[ci-mvp], 
  [Measures].[Issues created])

and then you can add the filter to that measure to be greater than one. All other dimensions, like Project and Issue Type you can add as page filters:

Lauma / support@eazybi.com

Hi Lauma,

Got it, Thanks a lot for your response!

Regards,
Kaleeswari G

1 Like