A sprint is a short, time-boxed period when a scrum team works to complete a set amount of work. Sprints are at the very heart of scrum and agile methodologies, and getting sprints right will help you
Create sprint
Creates a future sprint. Sprint name and origin board id are required. Start date, end date, and goal are optional.
Get sprint
Returns the sprint for a given sprint ID. The sprint will only be returned if the user can view the board that the sprint was created on, or view at least one of the issues in the sprint.
Update sprint
Performs a full update of a sprint. A full update means that the result will be exactly the same as the request body. Any fields not present in the request JSON will be set to null.
Partially update sprint
Performs a partial update of a sprint. A partial update means that fields not present in the request JSON will not be updated.
Get issues for sprint
Returns all issues in a sprint, for a given sprint ID. This only includes issues that the user has permission to view. By default, the returned issues are ordered by rank.