Project

tpscript

0.0
No commit activity in last 3 years
No release in over 3 years
Scripts for TargetProcess
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

~> 0.13
 Project Readme

tpscript

Scripts for TargetProcess

Cumulative flow

Extracts from TargetProcess the cumulative flow for a specific team, and prints it in CSV format.

From the repository main directory, run:

./cumulative_flow -t <a TP team> -p <a TP project> -b <TP base url> -u <TP username> -p <TP password>

The team and the project must be provided as the abbreviation assigned to them in TargetProcess.

Example:

./cumulative_flow -t XYZ -p XYZ -b https://mytpurl -u bob -p agqywq865q

Select specific states

It is possible to include only specific states in the result, and to define a specific order for them. To do this, add the --states option with the names of the states you want, separated by commas.

./cumulative_flow -t XYZ -p XYZ -b https://mytpurl -u bob -p agqywq865q \
        --states 'State one,State two,State three'

Iteration day

Iteration start day can be defined using the --day option.

./cumulative_flow -t XYZ -p XYZ -b https://mytpurl -u bob -p agqywq865q --day wednesday