Namespace
Project
Get project by key
Return the project identified by key within the given namespace.
get/v1/organizations/{organizationRef}/namespaces/{namespaceRef}/projects/{projectKey}
Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"key": "ENG",
"name": "Engineering Project",
"description": "Main engineering project",
"logo": "https://example.com/logo.png",
"status": "active",
"teams": [
"9bsv0s46s6s002p9ltq0"
],
"document_count": 4,
"issue_count": 12
}