
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 All ...
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 missing …
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 forward to …
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 JIRA …
Azure Devops picking the "wrong" sprint to show in Sprint board
Jun 19, 2025 · The problem arises when trying to show the Sprint overview in Azure Devops. Earlier, when we had a "flat" list of our sprints / iterations, Azure Devops would also jump to the "correct" …
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 can also …
Unable to remove previous employees from Azure DevOps Sprint …
Oct 18, 2023 · When attempting to assign someone to a bug or task on the Azure DevOps sprint board I can see a number of users that are no longer in my teams on DevOps or on the Azure …
Not able to create new Iteration/Sprint, getting error - TF400491: user ...
Mar 21, 2023 · Team, Not able to create new Iteration/Sprint in Azure Devops though I am part of Team Administrator Group. Read couple of article/forums but didn't get any solution.
Split Azure DevOps user story to backlog instead of next sprint
May 31, 2024 · On the Sprint board in Azure DevOps, a Split option is available for use on a user story at the end of a sprint to create a copy of the story and assign it to the following sprint along with …
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 …