| (cogwork) open the release list | momo-ticket-system (ext, GET) |
| (cogwork) expand a release ticket's details | momo-ticket-system (ext, GET) |
| (cogwork) click a system to open the Jenkins panel | momo-ticket-system (ext, GET job list) → Jenkins (direct trigger / poll) |
| (cogwork) save release feedback | momo-ticket-system (ext, PUT feedback) |
| (cogwork) apply one Config Server change | momo-ticket-system (ext, GET latest record) → RCM (POST /config, one to three environments) → momo-ticket-system (ext, PUT mark done) |
| (cogwork) check for updates at startup | GitLab (the project's own Releases API) |
| (cogwork) work on MRs in the GitLab tab | GitLab (direct) |
| (cogwork) ITSM: query Jira / create GitLab issues | Atlassian (query) → GitLab (create issue) |
| (web) SSO sign-in | momo-ticket-system → Zitadel → momo-ticket-system (issues JWT) |
| (web) fill in / import a release ticket | momo-ticket-system (JWT, POST) |
| (web) test merge / production merge | momo-ticket-system → GitLab (server-side git merge/push) |
| (web) trigger deploy | momo-ticket-system → Jenkins (trigger); the result comes back from the pipeline over the ext API |
| (web) release feedback | momo-ticket-system (JWT, PUT feedback) |
| (web) submit a Config Server change | momo-ticket-system (JWT, POST) — the apply step is done later by cogwork |