UserStory

A user story representing a feature or requirement from the perspective of an end user

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

Properties

Name Type Description
id string Unique identifier for the user story
title string Short title summarizing the user story (As a... I want... So that...)
description string Full user story narrative including role, goal, and benefit
status string Current lifecycle status of the user story
priority string Priority level of the user story
storyPoints integer Effort estimate in story points
acceptanceCriteria array List of acceptance criteria that define done for this story
tags array Labels or tags associated with the story
assignee string Username or ID of the person assigned to this story
createdAt string Timestamp when the user story was created
updatedAt string Timestamp when the user story was last updated
View JSON Schema on GitHub