Sprint Functions
This section contains functions that enable users to manage sprints.
Functions Summary
- addIssuesToSprint — Associates multiple issues or tasks with a specific sprint.
- addIssueToSprint — Associates an issue or task with a specific sprint in a Scrum board.
- closedSprints — Retrieves a list of sprints that have been completed and closed.
- closeSprint — Used to mark a sprint as completed or closed within a Scrum board.
- createSprint — Used to create a new sprint within a Scrum board.
- deleteSprint — Used to remove a specific sprint from a Scrum board.
- getAllOpenSprints — Retrieves a list of all open or active sprints within a project.
- getClosedSprints — Retrieves information about sprints that have been completed and closed.
- getNotStartedSprints — Retrieves information about sprints that have not yet started.
- getSprintIssues — Retrieves the list of issues or tasks associated with a specific sprint.
- getStartedSprints — Retrieves information about sprints that are currently in progress.
- issueInSprint — Checks if a specific issue or task is associated with a particular sprint.
- issueInStartedSprint — Determines if a specific issue is associated with a sprint that is currently in progress.
- notStartedSprints — Retrieves a list of sprints that have not yet started.
- sprintCompleteDate — Retrieves the completion date of a specific sprint.
- sprintEndDate — Retrieves the end date of a specific sprint.
- sprintInfo — Provides detailed information about a specific sprint.
- sprintName — Retrieves the name or title of a specific sprint.
- sprintStartDate — Retrieves the start date of a specific sprint.
- startedSprints — Retrieves a list of sprints that are currently in progress, giving an overview of ongoing work periods.
- startSprint — Initiates a sprint within a Scrum board, marking the beginning of the sprint's time frame.
- swapSprints — Facilitates the reordering or swapping of sprints within a Scrum board.
- updateSprint — Used 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.
