Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/issues/issues.controller.ts
Get full issue detail
Endpoint
GET /projects/:projectId/issues/:issueId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
issueId | path | string | ✓ |
Referenced By
IssuesController(MODULE_DECLARES)
Was this page helpful?