Test capacity requests locally
This guide explains how to test cross-org capacity requests with three sibling organisations (CRTEST-A, CRTEST-B, CRTEST-C).
Where to create a cross-org request
- Project → Capacity demand — Open a project, go to Capacity demand. The section "Capacity requests (cross-org)" shows existing requests and a New capacity request link.
- New capacity request form — Select the requested organisation (same root as Project Owner Organisation (POO)), fill in role × month person-months, submit.
See Cross-org capacity requests for full entry points and screenshots.
Setup
- Set in
.env.dev:PERSON_CAPACITY_ENABLED=trueCAPACITY_REQUESTS_ENABLED=true
- Run migrations (including capacity_requests tables).
- Seed test data:
uv run python scripts/seed_capacity_request_test_data.py - Start the app, open project "Capacity request test", go to Capacity demand.
- Click New capacity request, select CRTEST-B or CRTEST-C, enter person-months, save.
- As another organisation: Organisations → CRTEST-B → Capacity requests → Incoming → respond.
See also
- Cross-org capacity requests — Where to create, view, and respond (with screenshots)
- Feature flags —
CAPACITY_REQUESTS_ENABLED