Initiatives
Initiative CRUD and delegation
List initiatives in the active organisation
List initiatives in the active organisation
Create a new initiative
Create a new initiative
Get initiative details
Get initiative details
Update an initiative
Update an initiative
Delete an initiative
Delete an initiative
List initiative delegates
List initiative delegates
Add a delegate to the initiative
Add a delegate to the initiative
Remove a delegate from the initiative
Remove a delegate from the initiative
PT-447: list the work items tagged to this initiative across projects — its epics (issueType=EPIC carrying the initiativeId) plus the base-level work items grouped under them
PT-447: list the work items tagged to this initiative across projects — its epics (issueType=EPIC carrying the initiativeId) plus the base-level work items grouped under them. Envelope access is gated by verifyInitiativeAccess (creator, active delegate, collaborator on a spanned project, or org member); both not-found and forbidden return 403 to avoid an existence oracle. Member rows in projects the caller cannot read are redacted to an opaque id + the PT-283 sentinels with isCrossProject=true (taskKey/projectId/issueType/progress dropped, title/status sentinelled), so the response is non-oracular. Only a full org-wide projects.read holder sees every member un-redacted.