I'm not sure if this is appropriate for stack overflow but we have recently upgrade to TFS 2012 and noticed that your iterations (sprints) must be children of the backlog iteration. While the tool is rigid in that approach, I'm trying to understand if there is a specific Agile [Scrum] process reason to adhere to this or a tooling concern as to why I cannot have the backlog and sprints be under two different parents?
What are sprints children nodes of backlog iteration in TFS 2012?
672 views Asked by Scott At
1
There are 1 answers
Related Questions in TFS
- Azure DevOps Server witadmin error 500 when downloading/uploading workitem XML
- How to fix a CS0281 error on build server
- Integrate Deployment status to Work Items in TFS
- How to customize data sources in the dropdown box of TFS work item templates
- How to add nuget package for offline tfs build task
- Using Azure DevOps Server 2022 (On-Premise) with Visual Studio Code for Java Project
- Ticketstatus on DynamicsCRM updates on TFS Ticketstatus change
- Limiting access to files in Github while being edited by other collaborator
- Trying to read commits from azure devops rest api results in redirects
- ADOS .NET: Exchange SOAP Methode to REST equivalent
- DevOps 2022 Server not connecting on VS 2012 and VS 2010
- TFS integration with Jenkins
- Preventing Merge and Branch your own code on TFS
- Get all users of an Ado or TFS project
- Reduce AzureDevOps aka. TFS Database size
Related Questions in SCRUM
- How can I attach a Parent Issue Name to a Subtask Name in Jira?
- Display remaining work from tasks on PBI in kanban
- Pull multiple 8 digit numbers from the same string of text and have them delimited from one another
- Is there a way to automate GitHub Actions to automatically inherit an iteration from a tracked by issue to simplify Story/Task management in Projects?
- How to link user stories in Azure DevOps which can be tested together
- How to create a work item type, that is shown under related item, but not on backlog?
- I need the Cards on the Azure Board to show different fields depending on the column in which it is located
- In jira automation, can set a configure field of an issue to display its "is blocked by" issue?
- Burndown/burnup widget not showing data (Stacked Bar) for current iteration in Azure DevOps Dashboards
- How to solve Jira ticket dependency problem
- In scrum, how do you account for helping and solving other developers' tickets?
- Restrict access of partial implmented API in Production
- How to implement Agile Scrum for a testing team that does BAU and project work simultaneously
- Azure DevOps - Change PBI state when PBI is added to a sprint / iteration
- Is there a way to automate azure devops backlog organization/sorting?
Related Questions in BACKLOG
- Backlog panel events not firing in Azure Devops extension
- Closed Work items show on backlog when In progress filter is turned on
- Burndown chart for a specific Teams "Area" in Azure DevOps
- How to structure a user story for an application module?
- Inquiry Regarding Customizing and Sharing Backlog Views in Azure DevOps
- Items not consistently showing in Azure DevOps backlog
- Notion to Gitlab migration
- Unable to view User Stories / Tasks under Sprint Board in a Inherited Agile board
- In Azure ADO, the iteration taskboard has a diff order than the iteration backlog
- POST Request to Azure DevOps Backlogs
- Is there a way to automate azure devops backlog organization/sorting?
- 【Windows-C#】TCP Connect refused
- python 'listen' creates established socket. why?
- How to breakdown MVP designs into testable user stories?
- Azure Devops Backlog Prioritizing
Related Questions in SPRINT
- Azure DevOps team and work item structure for larger projects which affects multiple systems
- Work details not calculating hours -- Planned Effort not calculating hours
- I keep getting error: First column TO DO is not mapped to work item type Task first state New
- Download a list of all Iteration's work items
- Rename Images and save them with the new name and incrementing each 20
- Azure sprint burndown chart is not showing completed work
- Unable to remove previous employees from Azure DevOps Sprint Board Assignment drop-down
- How to reduce network round trip between hbase hadoop and application server
- How to link user stories in Azure DevOps which can be tested together
- Task not considered as delivered outside of the sprint
- Azure DevOps Require Work Item when New Sprint Created
- Unable to view User Stories / Tasks under Sprint Board in a Inherited Agile board
- C++ Reset bMoving value, after no more input from keyboard
- Azure DevOps - User Story showing in the Sprint board but not in the Work Items board
- Velocity chart in Azure devops - degrees of completed late (colour chart)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I've never looked at it as a bad thing, as I always found it makes sense. The Backlog contains all PBI's that make up the product or are desirements for the future of the product, as such it's one big list. The Sprints each are a chunck of stories from that list, but they're still part of that list. Since the sprints can be in the past, present and future in TFS, they together form the complete backlog.
Is there a reason you'd want it to explicitly not be a hierarchy?
If that's the case then you can opt to create multiple teams (if needed with the same members) to look at different backlogs in the same Team Foundation Project.