Questions tagged [stories]
The stories tag has no summary.
12 questions
3
votes
5
answers
311
views
User stories about one and the same functionality for two different roles
My team is building a solution where a mobile app communicates with a backend. I need to describe functionality where the communication between the app and the backend is optimized according to some ...
44
votes
7
answers
11k
views
How do you handle integrating code from multiple branches/developers each sprint?
Just got off a retro call where developers expressed concern around the integration of their stories into the master branch each sprint. The developers all code within their own branch and towards the ...
1
vote
3
answers
1k
views
How to compute scrum burndown chart when projects overlap?
In my team we have a multiple projects, some short term and some long term. The team is required to deliver these projects on different dates and the effort to deliver these is run in parallel with ...
2
votes
3
answers
1k
views
What should a proper Ready for Sprint definition contain?
Teams in our company deal with Product Owners who are in such a position that they cannot spend as much time with us, as we would like, to do proper Backlog Grooming.
Thus in order to alleviate some ...
1
vote
1
answer
357
views
How to write stories for internal projects
I'm working on a project which runs as a process, on a regular basis. The results of the projects daily run are used by other projects. This brings me to question how our team writes stories.
The ...
4
votes
4
answers
8k
views
What to do with unfinished stories and tasks in SCRUM sprint?
We have unfinished tasks which are part of stories in sprint. They are not accepted by the PO.
They must be included for the next planning of sprint.
Obviously the stories must be moved, but what ...
4
votes
5
answers
293
views
Should code from an incomplete story be removed from the build?
During the sprint review the product owner may say that a particular story is incomplete or the team itself may not have completed some committed tasks.
In what situations do you leave the code in ...
6
votes
2
answers
882
views
What is the best way to handle similar functionlaity in separate user stories / Product back Log Items?
I am using the TFS 2010 SCRUM template.
So, let's say I have these user stories:
As a user I want the ability to add contacts directly from the Partner page.
As a user I want the ability to add ...
10
votes
7
answers
5k
views
Can I use "user stories" for process improvement tasks?
We currently use JIRA to track our development work. My management wants to format and categorize everything as "User Stories," including non-software development related tasks. For example:
"As a ...
2
votes
3
answers
1k
views
Is it bad to do more than one story at a time in scrum?
Scrum's definition says that it should be done one story at a time.
But, if the team is big enough (say 6+), there are some times where taking just one story is kind of questionable, and it is even ...
11
votes
4
answers
12k
views
How do you handle dependant stories in scrum?
In the company I currently work on, we've noticed that sometimes, some stories are bound to each other (as in too coupled). This might be that they belong to the same overall feature, or that they're ...
5
votes
5
answers
919
views
Scrum Newbie: Internal Stories
I am trying to implement Scrum and have some basic questions. I understand creating stories to implement end user functionality, but where does a "meta-task" like collecting requirements for the ...