Projects

Workspace 内の project container と private sharing scope です。


Project は workspace 内の container です。Private data を public にせず、特定の team や workstream に見せたいときに使います。

Project scopes

Pack と track は 1 つ以上の project IDs に scope できます。

{ "scope": { "type": "projects", "ids": ["project-id"] } }

Search では project scope と personal scope を一緒に指定できます。

{
	"scopes": [{ "type": "personal" }, { "type": "projects", "ids": ["project-id"] }]
}

Project scope は workspace context でのみ有効です。

Project members

Project members は、project-scoped data に access できる workspace users を制御します。Private packs/tracks を見るべき実際の team と project membership を揃えてください。