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
GET/api/initiatives/:id/work-items
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.
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — requires initiatives.read permission