Back to blog
Guides4 min readJune 3, 2026

Mastering Task Tracking with QuestBoard Project Manager: A Practical Guide

Learn step‑by‑step how to set up, customize, and optimize task tracking in QuestBoard Project Manager to boost team productivity and deliver projects on time.

By Mark Neil Cordero
QuestBoardProject ManagementTask TrackingAgileProductivity

Mastering Task Tracking with QuestBoard Project Manager

Published on June 3, 2026 • By Mark Neil Cordero


Why Effective Task Tracking Matters

  • Visibility: Everyone knows what’s in progress, what’s blocked, and what’s done.
  • Predictability: Accurate estimates become possible when tasks are consistently logged.
  • Accountability: Clear ownership reduces miscommunication.
  • Continuous Improvement: Data‑driven retrospectives help refine your workflow.

QuestBoard combines a visual board, powerful automations, and built‑in reporting—all in one place. This guide walks you through the most practical ways to leverage those features.


1. Setting Up Your First Board

  1. Create a new projectProjects → New Project.
  2. Choose a template (e.g., Scrum Sprint, Kanban, or Custom). For most teams, the Kanban template is a solid starting point.
  3. Name the board clearly, e.g., QBoard – Mobile App Revamp – Sprint 12.
  4. Invite team members and assign roles (Owner, Manager, Contributor, Viewer).

Tip: Use the Project Code field (e.g., MAV12) to make task IDs instantly recognizable across tools.


2. Designing Columns That Reflect Your Workflow

ColumnTypical UseWhen to Archive
BacklogAll incoming ideas, un‑estimated workNever (acts as a repository)
To DoPrioritized tasks for the current iterationWhen the sprint starts
In ProgressActively being worked onWhen a task moves to Done
ReviewCode/Design review, QA testingAfter review is approved
DoneCompleted workAfter a week of stability

Custom Columns

If you need a Blocked column, add it between In Progress and Review. QuestBoard lets you reorder columns by drag‑and‑drop—keep the most frequently used at the left.


3. Adding Rich Task Details

{
  "title": "Implement OAuth login",
  "description": "Add Google & GitHub sign‑in using the new Auth service.",
  "assignee": "alice@example.com",
  "labels": ["backend", "auth", "high‑priority"],
  "dueDate": "2026-07-01",
  "estimateHours": 12,
  "customFields": {
    "Epic": "User Authentication",
    "Sprint": "12"
  }
}
  • Labels act as quick filters (e.g., frontend, bug, research).
  • Custom fields let you store data such as Epic, Story Points, or Customer Impact.
  • Attachments: Drag PDFs, design mocks, or test logs directly onto the card.

4. Automating Repetitive Steps

QuestBoard’s Automation Rules reduce manual clicks.

TriggerActionExample
Card moved to In ProgressAssign the mover as the ownerAlice starts work → Alice becomes owner
Due date approaching (24 h)Post Slack reminder#project‑updates channel
Card moved to DoneAdd a comment with a link to the release notesAuto‑document the change

How to create a rule:

  1. Open Board Settings → Automation.
  2. Click New Rule, select a trigger, then add one or more actions.
  3. Save and test with a dummy card.

5. Reporting & Metrics

Sprint Velocity

  • Navigate to Analytics → Velocity.
  • Filter by Sprint to see completed story points vs. committed.

Cycle Time

  • Use Board → Cycle Time Chart to spot bottlenecks.
  • A healthy cycle time for a Kanban board is usually 2–5 days.

Custom Dashboard

{
  "widgets": [
    {"type": "pie", "title": "Task Distribution by Label", "source": "labels"},
    {"type": "line", "title": "Velocity Over Last 5 Sprints", "source": "velocity"},
    {"type": "table", "title": "Overdue Tasks", "source": "overdue"}
  ]
}

Add the JSON above in Dashboard → Add Widget → JSON Import to get a one‑page overview.


6. Best‑Practice Checklist

  • Define a clear workflow (columns, statuses, transitions).
  • Standardize labels across the organization.
  • Set realistic estimates and review them weekly.
  • Automate owner assignment on start.
  • Review the board every morning (stand‑up) and every Friday (retro).
  • Archive completed cards after 30 days to keep the board tidy.

7. Frequently Asked Questions

Q: Can I integrate QuestBoard with GitHub?

Yes. Use the Integrations page to link a repository. Pull requests will appear as cards automatically.

Q: How do I bulk‑edit tasks?

Select multiple cards → click the Bulk Actions toolbar → choose Add Label, Change Assignee, or Move to Column.

Q: Is there a mobile app?

QuestBoard offers native iOS and Android apps with offline sync, perfect for field teams.


Wrap‑Up

Effective task tracking is the backbone of any successful project. By configuring your board, leveraging automations, and regularly reviewing metrics, QuestBoard turns chaotic work into a transparent, predictable process.

Start applying these steps today, and watch your team’s delivery speed improve dramatically.

Ready to dive deeper? Check out our Advanced Automation Guide for more complex workflows.