Sums specified fields in custom queries

Description

Example:

This is a JavaScript solution (and my first published plugin) - would be interested in learning better/simpler ways to achieving this functionality.

Configuration

Enable plugin and specify list of fields to sum in trac.ini:

[components]
sumfields.* = enabled

[sumfields]
fields = effort, actual_effort

Bugs/Feature Requests

Existing bugs and feature requests for SumFieldsPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out SumFieldsPlugin from here using Subversion, or browse the source with Trac.

Example

Useful as flexible means to sum story points or comparable numeric data for any arbitrary group of tickets such as milestones, owners, etc.

Recent Changes

[10482] by robguttman on 07/21/11 15:13:22

fields can now be summed in reports as well

[9719] by robguttman on 01/04/11 00:17:00

svn ignoring build dir

[9475] by robguttman on 11/20/10 21:30:41

refs #7703: now handles float values. thanks to danielnfi for his patch.

[8103] by robguttman on 06/08/10 21:50:05

svn ignoring pydev info

Author/Contributors

Author: robguttman
Maintainer: robguttman
Contributors:

Attachments