{{settings.name}}
{{todaysDate}}
Task: {{task.name}} [Task Link]
Status: [{{task.techStatus}}] {{task.status}}
Due Date: {{task.dueDate}}
Expected Hours Today: {{task.hours}}
Priority: {{task.priority}}
Blocked: {{(task.blocked) ? 'Yes' : 'No'}} - Reason: {{task.blocked_reason}}
Blocked on {{blockedTasks.length}} tasks
Capacity: {{settings.capacity}}
{{todaysDate}}
Task: {{task.name}} [Task Link]
Status: [{{task.techStatus}}] {{task.status}}
Due Date: {{task.dueDate}}
Expected Hours Today: {{task.hours}}
Priority: {{task.priority}}
Blocked: {{(task.blocked) ? 'Yes' : 'No'}} - Reason: {{task.blocked_reason}}
Blocked on {{blockedTasks.length}} tasks
Capacity: {{settings.capacity}}
Scrum
Your Status
Your Tasks
You've got {{tasksWithDetails.length}} tasks recorded, you can now copy the notes to use in Microsoft Teams.
Estimating {{taskTotalHours}} hours of work, your recommended capacity today is {{taskEstimatedCapacity}}.
Estimating {{taskTotalHours}} hours of work, your recommended capacity today is {{taskEstimatedCapacity}}.
You have no tasks, create a new one to get started.
Edit Task
Tasks need to have at least a name specified to be included in the scrum notes.
Break this task down into smaller, more managable subtasks to make it clearer where you need to go next - these do not get included in the daily notes.
This task has not been updated for 2 days, is it up to date?
{{task.name || "Set a Task Name"}}
{{task.status}}
{{breakdown.note}}
High Priority
Medium Priority
Low Priority
{{task.techStatus || "No Tech Status"}}
Not Blocked
Blocked
{{new Date(task.dueDate).toLocaleDateString()}}
{{task.hours}} hours
Hidden
Your Archived Tasks
You are able to restore tasks that were deleted within the past 7 days. Tasks are automatically removed when you visit on the 8th day.
You have no archived tasks.
{{task.name || "Set a Task Name"}}
{{task.status}}
Created with ♥ by Stuart - version {{appVersion}} - open source on GitHub