Two synchronized planning views
Boards combine issue assignments and user capacity in parallel charts for the same date range.
Boards combine issue assignments and user capacity in parallel charts for the same date range.
Authentication, issue search, and issue metadata come from Jira APIs. Planning data is layered on top.
Capacity uses working days, public holidays, and per-user scheme assignments instead of flat weekly assumptions.
Supports fixed hours/day, percentage/day, total planned hours, and automatic remaining-workday mode.
Assignments can be colorized by status, status category, or keyword rules to expose risk and state quickly.
Board, issue, user, and assignment access is constrained by team membership in backend services.
| Area | Work Hero implementation | Common alternative |
|---|---|---|
| Issue ownership | Issues stay in Jira; Work Hero reads and references them. | Issue data is copied into a separate task system. |
| Planning model | Assignments are evaluated against real calendars and scheme histories. | Planning assumes static weekly capacity. |
| Capacity allocation | Each assignment can choose one of four capacity modes. | Single allocation model for all items. |
| Visual context | Timeline highlights show today, weekends, holidays, and status-based assignment colors. | Minimal contextual overlays in timeline cells. |
| Tenant boundaries | Backend queries are constrained by explicit team joins and checks. | Access rules vary by implementation and may be spread across handlers. |
Step 1
Connect Jira via OAuth and establish team/user context.
Step 2
Select board timeframe and load timeline + capacity charts.
Step 3
Attach Jira issues and create assignments on the board.
Step 4
Apply working/holiday schemes and capacity reserve settings.
Step 5
Review per-user utilization and adjust assignment ranges/modes.
Replace with screenshot: board details view (timeline + capacity)
Issues and user capacity visible in one planning workspace.
Replace with screenshot: users list and user edit form
Display order, Jira link state, and assignment editing from settings.
Replace with screenshot: scheme and highlight settings pages
Working schemes, holiday schemes, and assignment highlight rule management.
Facts summarized from implemented behavior across board charts, settings, Jira integration, capacity math, and backend access rules.