Jira Cloud - Import Data Frequency

Hello -

Currently EazyBI imports data every 24 hours for Jira cloud. How can we increase the frequency like every 10 mins or 1 hour? I don’t see any option to do that.

Thanks,
Raja

You can increase the frequency of Jira basic data import to 1 hour using process events. We use Jira webhooks and listen to main Jira update events. This should update the main data. There could be some specific apps we might miss changes with webhooks and only regular import will update.

Daina / support@eazybi.com

1 Like

EasyBI admin document says as below

If you would like to enable more frequent import options in some specific accounts, you can enable plan parameters for all accounts:

[admin] account_plan_params = true

Then you can set another regular import frequency for some accounts. Open an account and select Edit account from the top navigation menu**.** Set import frequency in Plan parameters for this account:

min_regular_import_frequency = “1 hour”

================================

Does this advanced setting work for easyBI for cloud?