
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
How to get all sprints in project using JIRA REST API
Jun 15, 2016 · 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 …
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 …
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 …
Edit the name of existing sprint in Azure DevOps?
Jun 19, 2019 · 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 agile - find the total number of issues completed in each sprint ...
Apr 7, 2016 · Yes I've seen that although don't think there's any obvious way to get that number once you've already completed the sprint. I want to find out how many were completed in the 30 previous …
Azure DevOps boards missing sprints/iterations - Stack Overflow
Nov 4, 2022 · 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
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, too. Now, if we …
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 name and sprintID.