How to populate timesheet with assigned tasks?

Is there a way to populate timesheet automatically with the tasks that the
user is assigned in the active sprint for the week?

Instructions

Yes, it is possible to configure In Progress Issues in app Configuration User Default Settings with JQL like: assignee = currentUser and sprint in openSprints()

Additionally it is possible to add “or parentSprint in openSprints()” to include SubTasks.