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
4
votes
8 answers

Use SCRUM when team members juggle different roles?

Our roles are not purely product development. We also provide '1st-line support' for internal & external customers, and any of these tasks, by their very nature, will always override any product development priorities. How can we use SCRUM's…
Fairy Bower
  • 371
  • 3
  • 11
4
votes
5 answers

In scrum, is changing acceptance criteria during a sprint OK?

My organization is currently implementing Scrum. While working on a product backlog item to change the way some business logic is processed, we realized that some of the business logic is flawed. The PBI and its acceptance criteria are currently…
scott degen
  • 125
  • 1
  • 1
  • 7
3
votes
1 answer

No User Stories in backlog navigation levels (Azure Devops)

I can't see where to activate User Stories for my DevOps. I only have Epics and Issues. Where can I change this?
Maarten Vissers
  • 499
  • 1
  • 4
  • 11
3
votes
1 answer

Scanning Java 8 Spring boot project for sonarqube using sonar gradle plugin but it require java 11

My project is using java 8 and sonarqube plugin id 'org.sonarqube' version '2.6.2'. When I build project using command ./gradlew clean build, it builds fine. but when I try to run ./gradlew sonarqube, I get error * What went wrong: Execution failed…
PSKP
  • 1,178
  • 14
  • 28
3
votes
0 answers

Link Sprint Capacity with Outlook Calandar

I’m not sure if this question is for StackOverflow or some other Q&A site. Under the Capacity tab we have to manually update for each team member's annual leave that have been booked. Is it possible to link this to the outlook calendar? Edit: Since…
Yawar Murtaza
  • 3,655
  • 5
  • 34
  • 40
3
votes
4 answers

How do teams approach current sprint backlog items?

Scrum and agile says that items on the current sprint backlog should be approached in priority order, and one item at a time by the whole team. Practically, that never seems to work for our team. Either the item is too small for all team members to…
Noel M
  • 15,812
  • 8
  • 39
  • 47
3
votes
1 answer

Separating Sprint and Release in JIRA

currently we are having the following states/columns in JIRA: Open/Todo (-> Developer takes task and starts work) In Progress (-> Developer sets tasks to done) Done (-> QA tests on staging and sets task to ready to deploy or reopens) Ready to…
SBehn
  • 73
  • 7
3
votes
2 answers

Where do you store your sprint goal statement in TFS 2012 update 2?

It does not appear that the TFS Scrum template contains a field to store the sprint goal. Am I missing something?
John
  • 513
  • 1
  • 6
  • 11
2
votes
0 answers

Is there any option to display total story points per epic from the current sprint in Jira dashboard, without using any external add ons

Can't find any gadgets that sum up story points per epic in the Jira dashboard and my company policy doesn't allow to use external add ons. Tried pie chart gadget, but it shows % based on story count not story points as in the below image Can't…
Jo365
  • 69
  • 1
  • 1
  • 7
2
votes
1 answer

YouTrack How to display sprint info in issue table

I need to find a way to display info to which sprint issue is assigned in issues table. Two possible ways I see: Through List Settings With automatic assign of tags to issue in Sprint № Probably there are other solutions. Solutions for YouTrack…
2
votes
1 answer

What is the correct way to close out a scrum sprint in Azure Boards when there are partially completed user stories and tasks?

In Azure Boards, what is the correct way to manage partially done work at the end of a sprint so that metrics, velocity etc, are correctly accounted for? What should you do with the user stories and tasks that were started but not completed within…
Gary Barrett
  • 1,764
  • 5
  • 21
  • 33
2
votes
2 answers

View Bugs on Sprint Tracking Board

When branching off of the basic process, task items display on the sprint board. However bug items (and their child tasks) do not show their parent bug. See Below: Tasks should show their parent. In fact, if I edit a bug from the board, I can see…
Ian Butler
  • 23
  • 3
2
votes
1 answer

Adding tasks from backlog to sprint

I'm new to Jira. Today I created a sprint and was adding tasks from a backlog to the sprint. The backlog contained a hundred of tasks assigned to a team members. I was going through the backlog and figuring out who is assignee (because in the…
embedc
  • 1,485
  • 1
  • 6
  • 20
2
votes
1 answer

Fix Version vs. Release Version History in Jira

In Atlassian JIRA, what is the difference between the fields "Fix Version" and "Release Version History", and when should you use what? I cannot seem to find any definitions and recommended usage of these fields online. This distinction is very much…
Krishnan
  • 1,464
  • 15
  • 21
2
votes
1 answer

How to create a sprint in JIRA with some time already spent?

I've tried to create a sprint in JIRA with an issue that has some Time Spent already logged. I have set the start date of the sprint so that it should cover the period when that time was logged. However, no Time Spent is registered in the sprint.…
pmichna
  • 4,800
  • 13
  • 53
  • 90
1
2
3
8 9