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
0
votes
0 answers

How to run parallel sprints for all types of Projects created in JIRA?

I have created two projects in JIRA - Project 1 (MobileApp) and Project 2 (Wordpress Portal). I want to run two sprints - both Developer Sprint and QA Sprint in parallel. I did start two sprints in parallel for Project 1 (MobileApp) but not able to…
Charlie
  • 33
  • 2
  • 5
0
votes
1 answer

Player Sprinting with LeftShift in Unity

My Project is a First Person Jump&Run, I want my Player to Sprint by pressing Horizonzal or Vertical combined with Shift. I already made a new Input, called Sprint, with negative Button "left shift" My Player does normal move, but he doesn't…
0
votes
0 answers

Capacity is not visible in TFS ,with all the required access

I am trying to access my project sprint in TFS. I have given the contributor role with basic access. I am unable to view the capacity from the TFS. I could see task board, backlog and analytics whereas capacity is missing. Please help me to resolve…
0
votes
1 answer

Removing Work Item Types from a DevOps Taskboard

I have created a copy of the Scrum process for my DevOps project, and created specific work item types (based on the task) for my two project teams(Design and Build). I would like to tailor their specific Sprint taskboards to display only the work…
0
votes
1 answer

Can I display user stories, tasks, and bugs using Azure DevOps Sprint Boards?

In Azure DevOps, I am setting up my team's 2-week sprints. I have the setting enabled: Bugs are managed with tasks. This is so that our user stories and bugs are at the same level and display in our product backlog. Image of bug settings: The…
0
votes
1 answer

How to create single SPRINT across multiple project in JIRA

Is it possible to create a Sprint, that has Items in the Backlog picked up from different Jira Projects.? Is it the right practice?
Gauri
  • 51
  • 1
  • 1
  • 5
0
votes
2 answers

TFS / Azure DevOps : perliminary SA subtask makes PBI displayed in the wrong Sprint

Working with TFS / Azure DevOps. To better describe the issue, lets say current Sprint is 52 We create a PBI under the next Sprint (for example: 53), then the System Analyst creates a subtask under that PBI for themselves to create technical…
Lotgan
  • 1
0
votes
1 answer

Do I need to change the remaining hours on a task to zero before marking it as "Done"?

I'd like for the community to help me resolve a disagreement I have with a team mate about moving tasks on the sprint board from "In Progress" to "Done." Does one need to reduce the remaining hours to zero before moving the task to "Done"? Or is it…
0
votes
2 answers

How do I report user stories that are active more than a sprint?

I am looking for a way to report active user stories for more than a sprint. We practice sprint planning by selecting groomed user stories from the product backlog into sprint backlog and aim to complete those during the sprint. Sometimes, the team…
UrbanPlanet
  • 105
  • 3
  • 10
0
votes
1 answer

How to show only issues from current sprint on a YouTrack board?

Currently, the board is set up with "Link sprints to values for Fix versions" behavior (where "Fix versions" is a custom field): The query is currently fetching Fix versions: {IMS 3.13-02}, but I want it to be generic and not hardcoded to this…
Saran
  • 3,845
  • 3
  • 37
  • 59
0
votes
4 answers

Scrum: Sprint Backlog: Who can see the Sprint Backlog and who are restricted to see the Sprint Backlog?

I am bit confused with a question, The customer can see the sprint goal, but should he be also able to see sprint backlog? or it is not allowed for the customer to see sprint backlog?
nipanch
  • 11
  • 3
0
votes
2 answers

How to add columns in TFS Sprints Taskboard (Not Online version of TFS)

I have a question about TFS. I want to add another column in Taskboard of Sprints board. I have ToDo, In Progress and Done columns and I want to add "In Test" Column before Done column. I could add another state to my project but I can't see that…
0
votes
1 answer

Can I recover Items from a deleted sprint?

I´ve DELETED a Sprint by mistake and their related work items I went to the reclycle bin but I can't find those over there or the referred sprint. Has some one a solution or suggestion for me?
Carlos
  • 11
  • 1
0
votes
1 answer

List issues from JIRA using Python

I'm trying to set up an integration that allows us to report daily on our current sprint's issues, subtasks and the status of each, using Zapier. Ideally I'd run some python that loops through the JIRA response I get back to return a list of issues…
tectomics
  • 137
  • 1
  • 10
0
votes
2 answers

How to track a Work Item through multiple Sprints and track its progress over different sprints?

The work item is created in Sprint A and it is still being reworked in Sprint X and how to track its progress through these sprints? Can the history of the WI (work item) be tracked on who was working on it? I need to track the progress of a WI from…
1 2 3
8 9