
Sprint - Home | T-Mobile Community
Our community is a collaborative place to learn about our products and ask questions! Check out our most popular conversations
jira - Why is my Backlog and Active Sprint missing issues listed in …
Jun 18, 2025 · However, my Backlog shows that there are 149 issues without any filters applied, implying that there are 56 issues that are not being shown. I have identified several of the …
azure devops - Stories and tasks not being displayed in sprint ...
Sep 13, 2023 · We have our user stories and corresponding tasks (set as children of the storiies) moved into particular sprint. Along with those, we have some bugs put into the same sprint, …
Set current Sprint or close existing sprint in Visual Studio Team ...
Jun 6, 2016 · Used JIRA for a long time and have moved to Visual Studio Team Services. How do you close the existing sprint and start the next ..the dates ending does not automatically roll it …
How to get all sprints in project using JIRA REST API
Apr 11, 2023 · Is there anything something like "https://www.example.com/jira/rest/agile/1.0/sprint?project=XYZ", to retrieve all the sprints in a …
agile - What is the difference between Sprint and Iteration in …
Is there a difference between Sprint and an Iteration or one can have Iterations within a Sprint or Sprint is just the terminology used instead of Iteration in Scrum? It will be helpful if someone …
What is the difference between Work item, boards and sprints in …
Feb 28, 2023 · The Sprint Backlog breaks down the work on the Product Backlog into tasks that can be picked up in a Iteration/Sprint. This view represents what used to be called the "Scrum …
Agile Process Unable to move User Stories in Sprint pane
Oct 13, 2023 · The analytics view has a time scope, if you move the user stories, tasks, bugs to the next column/iteration during sprint planning, make sure you the time scope is correct. You …
agile - Azure DevOps - Change PBI state when PBI is added to a …
Jan 9, 2023 · I think this also have to do with the bigger picture, and how DevOps handle and uses status changes. E.g comitted status is used to track cycle times. The intended use is that …
jira - Filtering issues in next Sprint - Stack Overflow
I have the following filter to find issues in current Sprint: resolution is EMPTY AND assignee = currentUser() AND Sprint in openSprints() ORDER BY priority DESC, created ASC It works as …