Open links in new tab
  1. How to get all sprints in project using JIRA REST API

    Apr 11, 2023 · Is there anything something like "https://www.example.com/jira/rest/agile/1.0/sprint?project=XYZ", to retrieve all the sprints in a …

  2. azure devops - What is the easiest way to see the total story points ...

    Mar 19, 2020 · What is the easiest way to see the total story points for a particular sprint in a particular status [closed] Asked 5 years, 9 months ago Modified 20 days ago Viewed 32k times

  3. How can I query work items (User Stories) that added into Sprint …

    Sep 14, 2020 · Hi Vito, I am interested to query which user stories are added after first day of sprint? I dont think created date field can query what was added into sprint after sprint …

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

  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. Spring Boot project in IntelliJ community edition - Stack Overflow

    Sep 23, 2019 · I am new to IntelliJ Community edition. Can anyone help me with creating spring boot project in intelliJ Community edition. For ultimate edition there is spring-boot initializer but …

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

  8. How can you create a board in Azure DevOps? - Stack Overflow

    Apr 29, 2020 · So you can't create a per-sprint board? This is unfortunate! You can filter the team's board by sprint. To put items on a sprint, you can drag them on the . I expected this to …

  9. agile - What is the difference between Sprint and Iteration in …

    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 …

  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?