
Sprint - Home | T-Mobile Community
I was a Sprint customer for over 20 years before they got bought out by T-Mobile and my exp with their company up until hasn’t been bad but not great either. But after all this, I am a very …
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 …
How to get all sprints in project using JIRA REST API
Jun 15, 2016 · The script I posted can be tweaked to get this info if GET SPRINT rest api has all the fields you need. stackoverflow.com/a/60378905/1499296
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, …
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 …
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 …
How to get start and end dates of a sprint using jira api?
May 25, 2016 · You could use the same also to get information about future sprint (just change "closed" to "future") but keep in mind that future sprints doesn't have dates, but you can get …
Edit the name of existing sprint in Azure DevOps?
Sep 13, 2018 · Question Is there a way and if so how do you change the Sprint name of an existing Sprint in Azure DevOps?
jira - JQL: Find the latest closed sprint - Stack Overflow
Apr 26, 2017 · How can I find the last closed sprint?I tried using ORDER BY updatedDate DESC but this returns all the closed sprints. I need only the latest one.
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 …