Questions tagged [sprint]

A sprint is a set period of time during which specific work has to be completed and made ready for review. The duration of the sprint is decided by the scrum team and is fixed. The delivery of the sprint is a deployable product. **Important note:** This tag is ONLY for questions about code; questions on methodology or project management should be directed to Software Engineering SE or Project Management SE.

A sprint (or iteration) is the basic unit of development in Scrum. The sprint is a "timeboxed" effort; that is, it is restricted to a specific duration. The duration is fixed in advance for each sprint and is normally between one week and one month, although two weeks is typical.

Each sprint is started by a planning meeting, where the tasks for the sprint are identified and an estimated commitment for the sprint goal is made, and ended by a sprint review-and-retrospective meeting, where the progress is reviewed and lessons for the next sprint are identified.

Scrum emphasizes working product at the end of the Sprint that is really "done"; in the case of software, this means a system that is integrated, fully tested, end-user documented, and potentially shippable.

125 questions
2
votes
1 answer

Make Story Points required / mandatory when beginning a Sprint in Agile Jira(Greenhopper)

I want to require the Story Points field to be filled in, but only before starting all sprints. Our team doesn't evaluate the size when first creating issues so it shouldn't be required that early. Story points will be optional at start, we'd…
Marv-o
  • 141
  • 4
2
votes
2 answers

Handling unexpected features during sprint

Our team is going to adopt scrum and agile technics. We've got a product, which we develop for multiple customers. This customers supplied us with necessary requirements, so everithing is fine to adopt agile techinics. But at some moment (for…
andrey
  • 179
  • 1
  • 6
1
vote
2 answers

Has anyone had success using flexible sprint lengths?

I know that the best sprint length will vary from situation/company to situation/company. That being said, has anybody had success using flexible sprint lengths? Also, I wondered if anyone has strong opinions about short (1 week) vs. longer…
dda
  • 309
  • 1
  • 3
  • 15
1
vote
0 answers

Why does the Total scope increase shows negative value in Sprint burndown chart of Azure Devops?

I am seeing negative values Under the "Total Scope increase" even though - 1.all the tasks were added on the first day of the sprint 2.No additional scope was added . Can u let me know on what basis Azure devops calculates the Total scope increase…
Mamatha
  • 11
  • 2
1
vote
1 answer

Azure Devops Sprint Burndown Configuration

Is there a way to configure the burndown chart in a way where I can change the Completed state to one of the middle states on my kanban board?
1
vote
1 answer

UART terminal garbage value RA2A1 series MCU

I used RA2A1 Renesas series MCU and E2 studio & Moboxtream Serial terminal I try to print the float value on the terminal via UART functionality after every 5 sec. so I used the timer interrupt and check UART transmission completed via UART …
user15820663
1
vote
1 answer

sprinting wont work unless I turn off maximize on play and select my player

I'm trying to make a 2d platformer and a really long time ago I added sprinting and it was working perfectly. yesterday it randomly stopped working and I have no idea why so I tried to test if my speed and current stamina values were changing when I…
saif7899
  • 15
  • 4
1
vote
1 answer

Azure DevOps Team Retrospectives - Reset Vote Count

We have a number of Team Retrospective votes which were incremented accidentally, when some users repeatedly clicked the upvote button in error. We're now seeking ways to reset the vote count for all affected Retrospectives. Is there a way to do…
1
vote
2 answers

Azure DevOps - show only the current sprint (not future) in Taskboard?

When viewing the current sprint in https://dev.azure.com/[OrgName]/[ProjectName]/_sprints/taskboard/[TeamName] the board also shows stories & tasks in future sprints. Is there a way to hide the future sprints?
Foo Bar
  • 328
  • 3
  • 20
1
vote
1 answer

Would like to use (kanban) board in Azure Devops with Task cards on the board

In Azure devops it seems that you are only allowed to use userstories, issues, bugs as cards at the Boards in the menu. Our team would like to use tasks cards instead of a tasks checklist inside a userstory at boards. We would like to see that also…
Nico Staal
  • 11
  • 2
1
vote
1 answer

How can I prevent JTextPane from resetting font settings if the initial text ends with a linefeed?

I've run into a problem with JTextPane. The code I am working with sets a number of font attributes, such as BOLD, ITALIC, etc. But if the initial text ends with a single linefeed, and the user clicks on the last line, or is sent to the last line,…
Warren
  • 179
  • 2
  • 7
1
vote
1 answer

How I can add TASKS, ISSUES and BUGS to a Sprint

I am new to Azure DevOps (previously used JIRA) and I don't understand how I can add Tasks, issues and bugs to a Sprint. The Process I chose is Agile.
1
vote
1 answer

Jira-type sprint reports in VSTS/Azure DevOps

Coming from a Jira shop to a VSTS one, I find the standard reports lacking. I'm trying to find if there are any reports in Azure DevOps that would show the following: Stories added to the sprint (Stories after the sprint started) Stories removed…
Kris
  • 13
  • 2
1
vote
1 answer

How to integrate the use case approach with Agile Scrum development process?

Are they compatible concepts? If yes, there are any examples and cases of usages in the IT industry? Are there any tools supports and automated this kind of process.
lynch warren
  • 105
  • 10
1
vote
1 answer

How to define variable for Trac TicketQuery?

Using TRAC TicketQuery template for sprint to show what's going on. How would I type name of current sprint only ONCE, when template needs it in multiple location? For example "Sprint1" is needed is 6 places: = New items =…
JOM
  • 8,139
  • 6
  • 78
  • 111
1 2
3
8 9