Global web icon
sprint.com
https://community.sprint.com/
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
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/37821683/how-t…
How to get all sprints in project using JIRA REST API
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 Software project. The JIRA platform API can retrieve projects info and the JIRA Software API can retrieve sprints for a given board.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/37653324/set-c…
Set current Sprint or close existing sprint in Visual Studio Team ...
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 the n...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79671379/why-i…
jira - Why is my Backlog and Active Sprint missing issues listed in All ...
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 issues, but cannot discern why these issues are not showing up either in my active sprints or the backlog, regardless of whether or not they are assigned to a sprint.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/77097535/stori…
azure devops - Stories and tasks not being displayed in sprint ...
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, too. Now, if we set W...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/75588579/what-…
What is the difference between Work item, boards and sprints in Azure ...
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 board" in old revisions of the Scrum Guide. Each of these views shows data about the work in progress, but each view shows it in different ways.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/52320605/edit-…
Edit the name of existing sprint in Azure DevOps?
Question Is there a way and if so how do you change the Sprint name of an existing Sprint in Azure DevOps?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/15138187/how-t…
How to find issues added to active sprint in JIRA?
We use corkboard with printed Agile Cards. I would like to be able to create filter in JIRA's Issue Navigator to find issues that were added to the active sprint in the last 24 hours, last 2 days, ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/74323097/azure…
Azure DevOps boards missing sprints/iterations - Stack Overflow
My Azure DevOps boards are not showing all sprints (iterations) in the Iteration selection for the filter. I am missing last month's sprint. I can find all work items through a query, and I have some
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/35926840/filte…
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 expected.