About 8,410 results
Open links in new tab
  1. agile - What is the difference between Sprint and Iteration in …

    The important thing about a sprint is that: within a sprint the functionality that is to be delivered is fixed. A sprint is normally an iteration. But you can for example have a 4 week sprint, but have …

  2. How to find issues added to active sprint in JIRA?

    project = "Our Project" AND sprint in OpenSprints() AND issueFunction in addedAfterSprintStart("<the name of your scrum board>") AND (created >= -1d OR (updated …

  3. Edit the name of existing sprint in Azure DevOps?

    Jun 19, 2019 · above the Sprint name near the upper right side of the screen to edit the name of the current sprit. Share.

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

    Apr 11, 2023 · We have a Sprint model; I am using Jersey client here to retrieve data from JIRA. private Client jerseyClient = Client.create(); jerseyClient.addFilter(new …

  5. Set current Sprint or close existing sprint in Visual Studio Team ...

    Jun 6, 2016 · If there is a gap between the sprint dates then the previous sprint stays 'current' up until the day on which the next sprint starts. So something like this: Sprint 1: 8th June - 21st …

  6. Azure Devops Rest Api Get Team's Current Sprint's Work Items …

    Apr 28, 2020 · I'm looking to build some tools to query a team's sprint's current work items. I'm not sure how to do that given an organization, project, and team. I can seem to get the current …

  7. jira - JQL: Find the latest closed sprint - Stack Overflow

    Apr 26, 2017 · JIRA does not provide a JQL function out of the box that supports listing the issues in the last completed sprint. The best it offers is displaying the issues in a sprint by name, e.g.: …

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

    Apr 7, 2016 · 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 …

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

    Jul 20, 2017 · 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 …

  10. azure devops - TFS Current Sprint URL - Stack Overflow

    The [SprintName] part of the URL changes every sprint, thus it doesn't provide a stable URL. I'm wondering if there's some version of the URL that always points to the current sprint, i.e.: I'm …

Refresh