Question
Is there a way to populate the timesheet with tasks assigned to the user during an active sprint?
Answer
Yes, there’s a way. In the app, Configuration > User Default Configuration, the “In Progress Issues JQL” lets you use JQL to set these issues. ex: assignee = currentUser and sprint in openSprints()
Additionally, it is possible to add “or parentSprint in openSprints()” to include SubTasks.