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

  3. 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 the "correct" …

  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, too. Now, if we …

  5. Is there a way to list all active sprint names on all projects in the ...

    Oct 12, 2023 · 1- You can create and save a filter that get all the issues that are in an open Sprint. The JQL is : Sprint in openSprints (). 2- Create a new board that uses the filter created in step 1. 3- Open …

  6. agile - What is the difference between Sprint and Iteration in Scrum ...

    Is there a difference between Sprint and an Iteration or one can have Iterations within a Sprint or Sprint is just the terminology used instead of Iteration in Scrum? It will be helpful if someone can throw …

  7. Split Azure DevOps user story to backlog instead of next sprint

    May 31, 2024 · On the Sprint board in Azure DevOps, a Split option is available for use on a user story at the end of a sprint to create a copy of the story and assign it to the following sprint along with …

  8. How to get all sprints in project using JIRA REST API

    Jun 15, 2016 · 4 Let's make some assumptions before writing code: Board Name same as project name There will be only one board with that name We have a Sprint model I am using Jersey client here to …

  9. How to tell what was planned in a sprint? - Stack Overflow

    Apr 23, 2020 · Yes I can see what is currently in the sprint, but how can I tell what was originally planned in a sprint? I would like to be able to query this for a chart on my dashboard. Additionally, I want to...

  10. go - Why would you use fmt.Sprint? - Stack Overflow

    Jul 20, 2017 · 13 fmt.Sprint is good for concatenating parameters of different types as it uses reflection under the hood. So, if you need to concat strings - use " + ", it's much faster, but if you need to …