-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
Future Sustainability
-
False
-
-
False
-
3
-
None
-
None
-
None
{}USER STORY:{}
As a Team Lead, I want the bot to estimate the size of a story, so that I can get early indications of effort for better planning and stakeholder communication.
{}DESCRIPTION:{}
Based on the story's content and historical data, the bot should suggest a relative size (e.g., using a Fibonacci sequence like 1, 2, 3, 5, 8, 13 or T-shirt sizes).
{}ACCEPTANCE CRITERIA:{}
- Given a Jira issue ID, the bot can return a suggested size (e.g., a number or T-shirt size).
- The bot's sizing mechanism leverages historical sizing data from the team's Jira projects.
- The bot can explain the factors considered in its sizing estimation.
- The sizing estimation is visible through an accessible interface (e.g., a bot command or integrated UI).
{}ENGINEERING DETAILS:{}
<!--
Any additional information that might be useful for engineers: related
repositories or pull requests, related email threads, GitHub issues or
other online discussions, how to set up any required accounts and/or
environments if applicable, and so on.
-->