Creates a future sprint. Sprint name and origin board id are required. Start date, end date, and goal are optional.
Note that the sprint name is trimmed. Also, when starting sprints from the UI, the "endDate" set through this call is ignored and instead the last sprint's duration is used to fill the form.
Optionalcallback: undefinedRemoves the property from the sprint identified by the id. Ths user removing the property is required to have permissions to modify the sprint.
Removes the property from the sprint identified by the id. Ths user removing the property is required to have permissions to modify the sprint.
Optionalcallback: undefinedDeletes a sprint. Once a sprint is deleted, all open issues in the sprint will be moved to the backlog.
Deletes a sprint. Once a sprint is deleted, all open issues in the sprint will be moved to the backlog.
Optionalcallback: undefinedReturns 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.
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.
Optionalcallback: undefinedReturns the keys of all properties for the sprint identified by the id. The user who retrieves the property keys is required to have permissions to view the sprint.
Returns the keys of all properties for the sprint identified by the id. The user who retrieves the property keys is required to have permissions to view the sprint.
Optionalcallback: undefinedReturns the value of the property with a given key from the sprint identified by the provided id. The user who retrieves the property is required to have permissions to view the sprint.
Returns the value of the property with a given key from the sprint identified by the provided id. The user who retrieves the property is required to have permissions to view the sprint.
Optionalcallback: undefinedReturns 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.
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.
Optionalcallback: undefinedMoves issues to a sprint, for a given sprint ID. Issues can only be moved to open or active sprints. The maximum number of issues that can be moved in one operation is 50.
Moves issues to a sprint, for a given sprint ID. Issues can only be moved to open or active sprints. The maximum number of issues that can be moved in one operation is 50.
Optionalcallback: undefinedPerforms a partial update of a sprint. A partial update means that fields not present in the request JSON will not be updated.
Notes:
Performs a partial update of a sprint. A partial update means that fields not present in the request JSON will not be updated.
Notes:
Optionalcallback: undefinedSets the value of the specified sprint's property.
You can use this resource to store a custom data against the sprint identified by the id. The user who stores the data is required to have permissions to modify the sprint.
Sets the value of the specified sprint's property.
You can use this resource to store a custom data against the sprint identified by the id. The user who stores the data is required to have permissions to modify the sprint.
Optionalcallback: undefinedSwap the position of the sprint with the second sprint.
Swap the position of the sprint with the second sprint.
Optionalcallback: undefinedPerforms 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.
Notes:
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.
Notes:
Optionalcallback: undefined
Creates a future sprint. Sprint name and origin board id are required. Start date, end date, and goal are optional.
Note that the sprint name is trimmed. Also, when starting sprints from the UI, the "endDate" set through this call is ignored and instead the last sprint's duration is used to fill the form.