Operation
Projects, tasks, teams, and delivery workflows. This guide follows version 3.1.7 (03acdf712c).
For workflow automation, see Automations & Approvals.
Backend
backend/plugins/operation_api/src/modules/:
project/,task/,triage/-adjacent task flows,milestone/,cycle/(sprints),status/,team/,note/,activity/,fields/,template/,automations/(createTask/createProject actions),githubIntegration/.
Migrations live in src/migrations/ (for example task and cycle migrations). Permissions are declared in src/meta/permissions.ts.
Frontend
frontend/plugins/operation_ui/src/modules/: project/, projects/, task/, triage/, team/, cycle/, template/, activity/, operation/, navigation/, integrations/ (including GitHub install hooks). Dev remote port is 3006.
Verify
- Create a team, a project, and a task, then move the task across statuses.
- Create a cycle and confirm tasks roll up to milestones.
- Connect the GitHub integration in staging and confirm milestone mapping syncs.
Source references
Was this helpful?