Where projects fit
Most projects are scoped to one team. A company-wide project can be assigned to tasks from multiple teams when the workstream crosses team boundaries.
Project fields
Each project has a small set of fields so it stays easy to scan and filter.Using projects with tasks
When you create or edit a task, choose a project that is assignable to that task’s team. Task lists and boards can then filter, group, and search by project. Subtasks inherit the parent task’s project when you do not choose a different project. This keeps delegated work grouped with the original request unless you deliberately move it. Recurring task schedules can also carry a project. Each occurrence keeps that project assignment as long as the project remains active and assignable.Creating and managing projects
Create projects from the team or workspace project controls, depending on the surface you are using.1
Choose a team context
Start from the team that owns the work. If the project should be available across teams, create it as company-wide.
2
Set the project details
Add the name, optional brief, color, lead, target date, and sort order.
3
Assign tasks
Set the project on new tasks, existing tasks, and recurring schedules that belong to the workstream.
4
Review progress
Use project filters in Tasks, or open the project summary to see total, completed, active, failed, queued, review, and schedule counts.
Archiving, restoring, and deleting
Use Archive when a project is no longer active but should remain available for historical filtering. Archived projects can be restored later. Deleting is stricter: a project can be deleted only when it has no tasks and no recurring schedules. If it has ever been used for real work, archive it instead. Changing a project from team-scoped to company-wide, or moving it between teams, is blocked after tasks or schedules use it. That prevents old task history from silently changing scope.Agent and API usage
Agents resolve project IDs with the Erstan tooler_project_list before creating or updating tasks. This is the safe pattern:
- List assignable projects for the current workspace and team context.
- Match by project name or user intent.
- Pass the resolved
projectIdintoer_task_createorer_task_update.
Next steps
Tasks overview
Track the task work that projects group together.
Working with tasks
Assign tasks, subtasks, labels, participants, dates, and projects.
Teams overview
Understand how team scope controls project visibility.
Tools by Erstan
See the task and project tools agents can call.