Skip to content

Group Voting

Group voting is one of EstimateQuest’s most powerful features for cross-functional teams.

In a typical sprint planning session, a frontend developer and a backend developer might have wildly different estimates for the same ticket — not because they disagree, but because they’re estimating different work. The frontend work might be a simple UI change (2 points), while the backend needs a complex API refactor (13 points).

Traditional Planning Poker forces a single estimate, which either overfits one team’s perspective or gets averaged into a meaningless number.

EstimateQuest lets you assign one or more groups to each ticket:

  • Frontend (blue)
  • Backend (green)
  • Mobile (purple)
  • QA (orange)

When a ticket comes up for voting:

  1. Only voters in assigned groups see their cards and can vote
  2. Votes are tracked per group in the summary
  3. The moderator sets separate estimates per group
  4. An overall final estimate captures the combined picture

A “User Authentication” ticket assigned to Frontend + Backend:

  1. Frontend voters estimate the login form UI → mostly “3”
  2. Backend voters estimate the auth API → mostly “8”
  3. After reveal, the moderator sees:
    • Frontend consensus: 3
    • Backend average: 8 (with one outlier at 13)
  4. The moderator sets Frontend = 3, Backend = 8, Final = 8

The backend estimate drives the final number since it’s the larger effort — but both perspectives are captured and recorded.

ScenarioRecommendation
Full-stack featureAssign Frontend + Backend
Mobile-specific bugAssign Mobile only
Cross-platform featureAssign Frontend + Mobile
Testing effortAssign QA
Infrastructure taskAssign Backend only
Team-wide discussionAssign all groups

When the current ticket doesn’t include your group, you’ll see a “not your turn” indicator instead of voting cards. You can still follow the discussion and see the results after reveal — you just can’t vote on work that doesn’t involve your team.

For how the moderator manages group estimates after reveal, see Group Voting (Moderator Guide).