Need to build a report for group of Jira tickets Created after a specific data
Thanks
Need to build a report for group of Jira tickets Created after a specific data
Thanks
Hello @Peter_Gabra
Welcome to eazyBI community!
One option would be to use JQL filter in import options, however, that would affect all other reports on your eazyBI account as well.
Another way to solve this would be by creating a calculated member and filter the report by this custom Time.
You could first create a calculated member in “Time” dimension to aggregate all dates after specific date (f.ex April 1, 2023)
Here is a formula you could use:
Aggregate(
[Time].[Day].DateMembersBetween('Apr 1 2019','today')
)
When you add Time dimension to Pages and select this new calculated member you created, you will be able to filter the report by this specific time range. Together with measure “Issues Created” (from Measures dimension) the report will return all those issues that have been created between April 1 and today.
Best wishes,
Elita from support@eazybi.com
Hello Elita,
Thanks for you reply appreciate your help but the issue is:
Can you help in this thanks
For more clarification referring to this example <SLA> - Met vs Breached
Thanks