Agile Methodology · Schema

UserStory

A user story representing a feature or requirement from the perspective of an end user in agile methodology.

Agile MethodologyKanbanProject ManagementScrumSoftware DevelopmentSAFeXP

Properties

Name Type Description
id string Unique identifier for the user story.
title string Short summary of the user story.
description string Full user story in the format: As a [role], I want [feature], so that [benefit].
acceptance_criteria array List of acceptance criteria that must be met for the story to be considered done.
story_points integer Relative effort estimate for completing the user story.
priority string
status string
View JSON Schema on GitHub