About 115,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 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 …

  5. Using floats with sprintf () in embedded C - Stack Overflow

    Guys, I want to know if float variables can be used in sprintf() function. Like, if we write: sprintf(str,"adc_read = %d \\n",adc_read); where adc_read is an integer variable, it will store …

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

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

  8. How to grant users permission to create sprints and backlogs in ...

    Oct 18, 2018 · How do I grant user permission to create sprints and backlogs without giving project administrator access? This is the type of access that project managers or scrum …

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

  10. c++ - std::string formatting like sprintf - Stack Overflow

    Feb 26, 2010 · I have to format std::string with sprintf and send it into file stream. How can I do this?