Forums

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

JIRA EazyBI: filter row with Sprints matching Sprint names starting with "XYZ"

Randy_Elias
Contributor
October 29, 2018

Hi All,

 

  EazyBI Newbie here. I want to create a Line Report where the number of Hours Spent on JIRA issues from a specific fixVersion is plotted against each Sprint.

  I am able to correctly filter the number of Hours Spent. However, I am having problems filtering on the specific Sprints I want to plot the data against. 

  Can someone please help me with the calculated member formula to filter on Sprint Names starting with "XYZ"?

  Perhaps there's another way to go about this?

 

Thanks,

   Randy

1 answer

0 votes
Roberts Čāčus - eazyBI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2018

Hi Randy,

 

This is Robert from eazyBI support here.

To create a calculated member in the Fix version dimension, that groups together several versions which names start with similar symbols, please try the formula below:

Aggregate(
  Filter(
    [Fix Version].[Version].Members,
    [Fix Version].CurrentHierarchyMember.Name MATCHES '^XYZ.*'
  )
)

 You can read more on the regular expressions used here on our documentation page.

 

Kind regards,

Robert eazyBI support

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events