All Projects → wikimedia → Phabricator Extensions Sprint

wikimedia / Phabricator Extensions Sprint

Licence: gpl-3.0
Github mirror of "phabricator/extensions/Sprint" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

Programming Languages

javascript
184084 projects - #8 most used programming language

phabricator-sprint

Scrutinizer Code Quality Code Coverage Build Status

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".

Alt text

INSTALLATION

Requirements: PHP: You need PHP 5.4 or newer.

To install the Sprint extension:

  1. update your phabricator and libphutil to HEAD

  2. run git clone https://github.com/wikimedia/phabricator-extensions-Sprint.git /srv/phab/libext/sprint

  3. 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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].