About 105,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. 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, …

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

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

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

  8. In Azure DevOps, how to query user stories that were not …

    Dec 27, 2019 · 1 I'm trying to list user stories that were not completed and are carried over to current sprint using a better method than what I had currently made. The output should list …

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

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