Knowledge Base Articles
Breadcrumbs

How to populate timesheet with assigned tasks

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.

Screenshot 2026-01-28 at 3.56.21 PM.png