Skip to content

SituationReport

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

📚 The Memoranda Series — the thinking behind the tool

The software is the tool; the memoranda (Denkschriften) are its conceptual foundation: how large IT portfolios are led — with an honest situational picture, trained staffs, and AI as a staff member. Six memoranda for decision-makers, freely available in English and German, each with its single most important sentence up front.

→ Read the memoranda

The memoranda series at a glance

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 available (Beta)
simulate Simulations and prediction models planned
helper Helper tools (JSON Merger etc.) available (Alpha)

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