phabricator-sprint
Manage your tasks with Points in Phabricator
Sprint provides a statistical overview of task activity, using the workboard as its primary source. It includes a burndown chart that is always current with activity on the workboard. It also adds pie chart visualization of the relationships between points, tasks, task status and workboard columns.
To enable a project as a Sprint, simply select the "Is Sprint" checkbox in the Project Edit Details page. After a project is enabled as a Sprint, you must then enter a start and end date to define the period scope. Then add some tasks to that project, and edit them to set some story points.
You can also view a list of all Sprint enabled projects by going to the Sprint application main interface at /project/sprint.
####Tasks in Sprints have "Story Points" Only tasks in Sprints have "Story Points".
INSTALLATION
Requirements: PHP: You need PHP 5.4 or newer.
To install the Sprint extension:
-
update your phabricator and libphutil to HEAD
-
run git clone https://github.com/wikimedia/phabricator-extensions-Sprint.git /srv/phab/libext/sprint
-
from the /srv/phab/phabricator/bin directory run:
./config set load-libraries '{"sprint":"/srv/phab/libext/sprint/src"}'
Release Notes: Projects v3.0 As of 13.02.2016, sprint charts now depend on the global maniphest.points field setting being enabled.
To do this, enter the JSON {"enabled": true} in the maniphest.points configuration.
To migrate story points to maniphest.points, see https://secure.phabricator.com/T10350.
BUGS
Report issues by creating a task here:
- https://phabricator.wikimedia.org/maniphest/task/create/
- and then add the phabricator-sprint-extension project.