Handle incoming issue reports from other teams quickly: triage, reproduce, fix when possible, and prepare a clear response letter with correct integration instructions. Use when a "письмо от другой команды" describes an incident, integration failure, wrong request format, or unclear API contract usage.
Minimize time-to-clarity and time-to-recovery for inter-team incidents.
resolved, in progress, blocked)Incorrect: short invalid patternCorrect: short valid patternSubject: <Service> integration issue: <short summary>
Hi <Team>,
We reviewed your report from <date/time with timezone>.
Status: <resolved/in progress/blocked>
What happened:
- <symptom + impact>
Root cause:
- <confirmed cause or hypothesis>
What we changed on our side:
- <fix/mitigation + rollout state>
What your team should change:
1. <action 1>
2. <action 2>
Correct integration example:
- Endpoint: <...>
- Method: <...>
- Required headers: <...>
- Payload shape: <...>
How to verify:
1. <check 1>
2. <check 2>
If it still fails, please send:
- <correlation ID>
- <timestamp + timezone>
- <response code/body>
Regards,
<Your team>