I would like to retrieve an EasyBI report for issues by Sprint.
I am successfully able to retrieve the issues for each sprint and their story points, however - the status column reflects the latest status rather than the status at the time of sprint closing.
Can someone please help me build an easyBI formula that would return the status of the issue at sprint closing?
Hi,
to display the name of the status each issue was at the closing of the selected sprint, you may want to create a calculated measure (in Measures) using Generate() function:
Generate(
Filter([Transition status].[Transition status].Members,
[Measures].[Sprint issues at closing]>0),
[Transition status].CurrentMember.Name
)
Use this calculation if you have single issues in the report rows.
Also, you may be interested in a total number of issues at sprint closing split by the issue statuses (or status category) at the closing moment. Then check report "Sample Sprint issues by status category at sprint end" from "Samples Jira Software" folder in your eazyBI account (the sample folder is created if "Import sample reports" option is not disabled in import setting screen).
Ilze, support@eazybi.com
Thank you, this worked beautifully.
However, i see some issues that were not part of the sprint show up on the report.
Any ideas?
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.