How do bug reports factor in to a sprint?
        Posted  
        
            by 
                Mark Ingram
            
        on Programmers
        
        See other posts from Programmers
        
            or by Mark Ingram
        
        
        
        Published on 2012-12-06T13:37:49Z
        Indexed on 
            2012/12/07
            5:21 UTC
        
        
        Read the original article
        Hit count: 438
        
I've been reading up on Scrum recently. From my understanding, a meeting is held before the sprint starts, to decide what gets moved from the product backlog to the upcoming sprint backlog. Once a feature is completed in the current sprint, it will go into the "Ready to QA" bucket, and it's at this point that I'm getting confused. Do bug reports go back into the product backlog? I assume they can't go back into the sprint backlog as we've already decided what work will be done for this cycle? What happens when QA finds a bug? Where does it go?
© Programmers or respective owner