Hi,
I have epics with 'Planned Start' and 'Planned End' set.
In eazyBi I have 'Epic Link' in 'Rows' and 'Measures->Calculated Members->Issue Planned Start/End' in 'Columns'.
Eventually I want to create a gantt chart but the columns 'Issue Planned Start/End' are empty.
What could I be doing wrong?
Hi Clifford,
'Epic Link' dimension does not contain all issue properties, it only displays link to issues. It can be used together with Issue dimension to filter out all issues that are in certain Epic.
To create report you were looking for you should add Issue dimension on Rows and Issue Type to Pages. Select "Epic" from Issue Type and "Hide Empty rows and columns" to show only Epics. See example report.
Note that I have used Issue created date and Issue resolution date Measures on columns. This is only as example. If you have more problems with creating the report, please provide me more details on how you have defined "Issue Planned Start/End" dates.
Kind regards,
Lauma
Thanks Lauma,
that worked.
I now need to configure the progress like in
https://docs.eazybi.com/display/EAZYBIJIRA/Gantt+chart
but using the story points of the stories which are linked to an epic.
It should be something like this:
CASE WHEN [Measures].[Original estimated story points] >
0
THEN
([Measures].[Original estimated story points]
- [Measures].[Remaining estimated story points]) /
[Measures].[Original estimated story points]
END
Is this possible?
Regards,
Clifford
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To do this I added three more calculated measures to the report
Note that you can see all formulas by clicking on "show" or you can export the report definition and import it to your JIRA instance, see more in documenation about report exporting and importing. Calculated members will be defined for you in your eazyBI account while importing report.
Kind regards,
Lauma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.