I'm trying to find a way to extract data on tickets that were in Open status in 9AM every day.
I was able to use project = TS and status was Open DURING ("2016-03-03 9:00","2016-03-03 9:01")
but it supplies a solution for a single day, not salable if I would like to look at the tickets for an entire month.
Is there a way to do hour-based history query in eazyBI?
Thanks
Hi Peter,
In eazyBI we only import exact time of first and last time issue transitioned to the status. For the Time dimension we import what was the issue transition status by the end of the day (https://docs.eazybi.com/display/EAZYBIJIRA/Import+status+transitions).
So to get the information you are looking for to analyze in eazyBI it would be necessary to create some custom calculation (e.g. with JIRA Misc custom fields).
For example, you could create a calculated measure that returns 1 for each date issue was in open status at the specified time. The result of the calculated member would look as follows
2016-03-11,1 2016-03-12,1 2016-03-14,1
This shows that particular issue was open at 9AM (or the time specified in the calculation) on 11th, 12th and 14th of March. This then can be imported to eazyBI as Numeric measure with multiple dates. The new measure together with Time dimension day level would return how many issues were open at specified time.
Let me know if there is anything else I can assist you with!
Kind regards,
Lauma / support@eazybi.com
Hi Lauma,
Here is my JIRA JQL working query
project = MOR AND status was in ("Coding - In Progress") on 2016-01-10
I would like to see same data on eazyBI with same date .
Please help me how to do it.
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.