Skip to content

SituationReport

Toolsuite for retrieving Jira issue data and preparing it for metrics and reports.

Modules

Module Description Status
transform_data Transform raw Jira data into stage-time metrics available
get_data Retrieve data from Jira via REST API planned
build_reports Generate metrics and reports available
testdata_generator Generate synthetic test data planned
simulate Simulations and prediction models planned

Setup

python -m venv .venv
.venv\Scripts\activate       # Windows
# source .venv/bin/activate  # Linux/macOS
pip install -e .

To preview the documentation locally:

pip install -e ".[docs]"
mkdocs serve