Hello, how I can create a report which consists of tickets from Jira and which have a 'Start time ’ and ‘End time’.
Hi @oleksandrt ,
Here you would first need to import your date-picker custom fields in eazyBI as measures and properties
eazyBI would create some new measures that can be used to override the report context when used apropriately.
Now you could create a new issue-level report with filters by new measures “Issues with start time > 0” and “Issues with End time>0”
That would show you issues where both fields are not empty
See the attached example.
Martins / eazyBI team