Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufnb/pivotalreports
Overcomes the limitations of Pivotal Tracker by allows custom fields and de-normalized data dump for reports
https://github.com/yusufnb/pivotalreports
Last synced: about 1 month ago
JSON representation
Overcomes the limitations of Pivotal Tracker by allows custom fields and de-normalized data dump for reports
- Host: GitHub
- URL: https://github.com/yusufnb/pivotalreports
- Owner: yusufnb
- License: mit
- Created: 2015-01-13T17:36:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T20:18:11.000Z (over 9 years ago)
- Last Synced: 2023-03-24T04:13:31.558Z (almost 2 years ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##Overview
Pivotal Reports simply provides the complete content of a project in a tabular format to enable generation of reports using external tools such as Excel/Numbers.
Some of the main features of the export includes:
- Conversion of member ids to member names
- Month and week columns for pivot creation
- Support for custom fields by adding `^ColumnName: Value` as separate lines in story description. Eg. `^Done: 70%`
- Done is a special custom field. It's value is set to 0 or 100 depending on the current state of the story
- Special labels `release-NUM` or `sprint-NUM` that create columns named release/sprint. Eg. `release-1.12` will add a column named `release` with value `1.12` for that story.
- Adds epic name column to enable grouping stories by its epic