| 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 |