Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save michaelkleinhenz/6e755af8d95f7353d005b786853ddf26 to your computer and use it in GitHub Desktop.

Select an option

Save michaelkleinhenz/6e755af8d95f7353d005b786853ddf26 to your computer and use it in GitHub Desktop.
Agile Template Type Structure
All types have the common base attributes (state, create_date, ...). They are omitted here.
Impediment
CHILD TYPES: n/a
Feature
resolution
priority
effort
target_date
business_value
time_criticality
acceptance_criteria
CHILD TYPES: Defect, Epic
Epic
resolution
priority
effort
business_value
time_criticality
acceptance_criteria
component
CHILD TYPES: Defect, Story
Story
resolution
priority
effort
acceptance_criteria
component
CHILD TYPES: Defect, Task
Task
resolution
priority
CHILD TYPES: n/a
Defect
resolution
priority
effort
environment
repro_steps
severity
CHILD TYPES: n/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment