About 112,000 results
Open links in new tab
  1. 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!

  2. 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

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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.

  7. 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 …

  8. string - sprintf like functionality in Python - Stack Overflow

    Mar 15, 2011 · I would like to create a string buffer to do lots of processing, format and finally write the buffer in a text file using a C-style sprintf functionality in Python. Because of conditional …

  9. JIRA agile - find the total number of issues completed in each …

    Apr 7, 2016 · 4 In JIRA Agile I know I can look at the sprint report to see all the issues completed in that sprint and manually count them. I can also query for all issues completed in a particular …

  10. 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 …