Sprint Functions

Sprint Functions

 This section contains functions that enable users to manage sprints.

Functions Summary

  • addIssuesToSprintAssociates multiple issues or tasks with a specific sprint.
  • addIssueToSprintAssociates an issue or task with a specific sprint in a Scrum board.
  • closedSprintsRetrieves a list of sprints that have been completed and closed.
  • closeSprintUsed to mark a sprint as completed or closed within a Scrum board.
  • createSprintUsed to create a new sprint within a Scrum board.
  • deleteSprintUsed to remove a specific sprint from a Scrum board.
  • getAllOpenSprintsRetrieves a list of all open or active sprints within a project.
  • getClosedSprintsRetrieves information about sprints that have been completed and closed.
  • getNotStartedSprintsRetrieves information about sprints that have not yet started.
  • getSprintIssuesRetrieves the list of issues or tasks associated with a specific sprint.
  • getStartedSprintsRetrieves information about sprints that are currently in progress.
  • issueInSprintChecks if a specific issue or task is associated with a particular sprint.
  • issueInStartedSprintDetermines if a specific issue is associated with a sprint that is currently in progress.
  • notStartedSprintsRetrieves a list of sprints that have not yet started.
  • sprintCompleteDateRetrieves the completion date of a specific sprint.
  • sprintEndDateRetrieves the end date of a specific sprint.
  • sprintInfoProvides detailed information about a specific sprint.
  • sprintNameRetrieves the name or title of a specific sprint.
  • sprintStartDateRetrieves the start date of a specific sprint.
  • startedSprintsRetrieves a list of sprints that are currently in progress, giving an overview of ongoing work periods.
  • startSprintInitiates a sprint within a Scrum board, marking the beginning of the sprint's time frame.
  • swapSprintsFacilitates the reordering or swapping of sprints within a Scrum board.
  • updateSprintUsed to modify the details and properties of an existing sprint.

 

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.