
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?
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
JIRA JQL: Issues resolved in the current sprint - Stack Overflow
Sep 8, 2014 · I would like to be able to filter for issues that are have been resolved in the current sprint. Generally this would be used to prevent issues resolved in a previous sprint but delayed …
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 …
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, ...
Set current Sprint or close existing sprint in Visual Studio Team ...
Jun 6, 2016 · Set current Sprint or close existing sprint in Visual Studio Team Services (was TFS Online) Asked 9 years, 1 month ago Modified 5 years, 6 months ago Viewed 56k times
go - Why would you use fmt.Sprint? - Stack Overflow
Jul 20, 2017 · The question is about fmt.Sprint -- fmt.Sprintf is obvious and has lots of examples, but indeed fmt.Sprint can seem pointless if you're mostly passing around strings. …
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 …
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 …
jira - JQL: Find the latest closed sprint - Stack Overflow
Apr 26, 2017 · How can I find the last closed sprint?I tried using ORDER BY updatedDate DESC but this returns all the closed sprints. I need only the latest one.