DV-24
Issue Size Too Small for Hierarchy Level
Discipline
Default severity: medium
ProcessMetricsQuality
What it detects
An issue has story points below the configured minimum for its issue type — it may be tracked at the wrong level of the hierarchy (e.g. a subtask masquerading as a story).
Detection formula
min_sp = config.discipline.min_sp_per_type // e.g. {Story: 1, Feature: 5, Epic: 20} IF issue.story_points \< min_sp\[issue.type\] AND issue.story_points > 0 THEN FLAG Compare with WD-02 (subtask sized as story)Examples in practice
- Assignee, field, hierarchy, or sprint hygiene rules are violated on active work.
- Issues miss mandatory fields or ownership while still in progress.
- A team shows an issue has story points below the configured minimum for its issue type while min sp per type is set to Map configured per issue type.
Suggested response
Enforce assignee, field, hierarchy, and sprint hygiene rules your team agreed on.
Coaching playbook
Symptom
An issue has story points below the configured minimum for its issue type — it may be tracked at the wrong level of the hierarchy (e.g. a subtask masquerading as a story).
Why it matters
When "Issue Size Too Small for Hierarchy Level" keeps appearing, the team is signalling a repeatable process gap. Left unexamined, the pattern hides where work really stalls and makes improvement metrics harder to trust.
What you can achieve
Enforce assignee, field, hierarchy, and sprint hygiene rules your team agreed on.
Facilitation questions
- What system change would stop "Issue Size Too Small for Hierarchy Level" from firing again?
- What do the cited issues have in common — same root cause or same workaround?
- Who owns the two-week experiment and how will we verify on the next import?
Run this rule against your own tracker data with Flow Analyzer.