5.7.131. Bugzilla::Extension::AgileTools::Sprint¶
5.7.131.1. NAME¶
Bugzilla::Extension::AgileTools::Sprint - Sprint Object class
5.7.131.2. SYNOPSIS¶
use Bugzilla::Extension::AgileTools::Sprint;
5.7.131.3. DESCRIPTION¶
Sprint object contains the bug pool additional data related to sprints like team and start and end dates.
5.7.131.4. FIELDS¶
start_date (mutable) - Start date of the sprint
end_date (mutable) - End date of the sprint
pool_id - ID of the pool related to this sprint
team_id - ID of the team owning this sprint
capacity (mutable) - Estimated work capacity for the sprint
committed - Has the sprint been committed or not
items_on_commit - Number of items in sprint at the time of commit
items_on_close - Number of open items at the time of closing
resolved_on_close - Number of resolved items at the time of closing
effort_on_commit - Effort used on items at the time of commit
estimate_on_commit - Remaining effort estimate of items at the time of commit
effort_on_close - Effort used on items at the time of closing
estimate_on_close - Remaining effort estimate of items at the time of closing
5.7.131.5. METHODS¶
is_current
Description: Returns true if sprint is teams current sprint
is_active
Description: Returns true if sprint is active
close($params)
Description: Closes the sprint if it is teams current one
commit
Description: Commit to the sprint
uncommit
Description: Revert the committed state of sprint