Hi Team,
We are already using the eazybi in our company. Our Jira structure is like initiative->Epic->story
I have to create a table to diplay first column as initiative, 2nd column as epic and then the stories count group by story status.
Here, i am facing 2 issues:
- If i use issue dimention for initiative and then epic link dimension for epic and using filter as fix version and issue type as story.
In this scenario, i am getting query time out. Report is not working. - Need to convert below query to mdx, so that the story count will be correct, from above method strory count is not coming correct. Pfb Jql that i need to convert to eazybi scripting
(IssueFunction in issuesInEpics(Fixversion=abc-release and status in (“Done”, “process”,“releases”)) OR (Fixversion=abc-release and status in (“Done”, “process”,“releases”) and type=Epic)) and type=Story.
Request you to please help here.