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

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

  5. Can Sprint Planning and Review be combined? - Stack Overflow

    Jul 31, 2015 · I would not recommend you to have it together because they are completely different, i.e. Sprint Review is used to present the stakeholders what your team did during the …

  6. jira - Filtering issues in next Sprint - Stack Overflow

    However, this stretch goal sprint is always the next one in our list. Moreover, if current sprint is called "Sprint 20-2016", the stretch goals will be called "Sprint 20-2016 Stretch Goals". This …

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

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

  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. JIRA JQL: Issues resolved in the current sprint

    Sep 8, 2014 · whenever you start new sprint, remember to update date in "Closed in latest sprint" filter; Indeed, as said previously, this is somewhat manual and time consuming way. But if you …

Refresh