How to Use Reported Speech in English at Work
ESL English learning: Master reported speech grammar for tech workplace scenarios like standups, client calls, and meeting follow-ups.
Direct vs. Indirect Speech: Why It Matters in Tech
Every day in tech, you relay what colleagues, managers, and clients said. Whether you're updating your team after a client call, writing a meeting summary in Slack, or documenting an incident timeline, you need reported speech.
Direct speech quotes exact words: The PM said, 'We need the feature shipped by Friday.' Indirect (reported) speech rephrases: The PM said we needed the feature shipped by Friday. Both are correct, but indirect speech is more common in professional writing and avoids cluttering your message with quotation marks.
| Direct Speech (Exact Quote) | Indirect Speech (Reported) |
|---|---|
| She said, 'I'm deploying the hotfix now.' | She said she was deploying the hotfix then. |
| He asked, 'Can you review my PR today?' | He asked if I could review his PR that day. |
| The client said, 'We must have SSO by Q3.' | The client said they had to have SSO by Q3. |
When to Use Each
Use direct speech when the exact wording matters (legal, compliance, or someone's specific phrasing). Use indirect speech for most workplace summaries—it's cleaner and easier to read in emails and Slack.
Tense Backshift Rules for Tech Scenarios
When your reporting verb is in the past (said, mentioned, told), you typically shift the original tense one step back. This is called backshift. It signals that you're reporting something said earlier.
If your reporting verb is in the present (says, tells), no backshift is needed. This is common in real-time Slack updates: 'She says she's still debugging the memory leak.'
| Original Tense | Reported Tense | Tech Workplace Example |
|---|---|---|
| Present Simple | Past Simple | 'I need access' → He said he needed access to the staging server. |
| Present Continuous | Past Continuous | 'I'm running tests' → She said she was running tests on the new build. |
| Present Perfect | Past Perfect | 'I've fixed the bug' → He said he had fixed the bug. |
| Past Simple | Past Perfect | 'I reviewed the RFC' → She said she had reviewed the RFC. |
| Will | Would | 'I'll push the changes' → He said he would push the changes. |
| Can | Could | 'I can pair on this' → She said she could pair on this. |
No Backshift Needed
Skip backshift when the information is still true or very recent: 'She said the API is rate-limited to 100 requests per minute.' If the fact hasn't changed, present tense keeps your report accurate.
Modal Verb Changes in Reported Speech
Some modals change when you report them; others stay the same. Knowing the difference prevents awkward or incorrect sentences in your meeting notes and follow-up emails.
| Modal | Change? | Direct → Reported Example |
|---|---|---|
| can | Yes → could | 'I can deploy tonight' → He said he could deploy that night. |
| will | Yes → would | 'We will finish the sprint' → She said they would finish the sprint. |
| may | Yes → might | 'This may break caching' → He said it might break caching. |
| must | Stays or → had to | 'You must update dependencies' → She said I had to update dependencies. |
| should | Stays | 'We should refactor this' → He said we should refactor that. |
| could/would/might | Stay | 'This might cause latency' → She said it might cause latency. |
Time and Place Expression Shifts
When context changes between the original statement and your report, update time and place words accordingly. This is especially important when writing meeting notes hours or days after the conversation.
| Direct Speech | Reported Speech | Example Context |
|---|---|---|
| today | that day | Standup note written in the evening |
| tomorrow | the next day / the following day | Meeting follow-up sent the day after |
| yesterday | the day before / the previous day | Incident timeline |
| next week | the following week | Sprint planning summary |
| here | there | Reporting on a different office or data center |
| this | that | Referencing a specific PR or document |
Context Matters
If you're writing your report the same day and the time reference is still accurate, you can keep 'today.' Shift expressions only when the context has changed.
Reporting Questions and Commands
In tech, you often need to relay questions from clients or requests from managers. The grammar changes depending on whether you're reporting a yes/no question, a wh-question, or a command.
| Original (Direct) | Reported (Indirect) |
|---|---|
| 'Does the SDK support Python 3.12?' | The client asked if/whether the SDK supported Python 3.12. |
| 'When will the patch be released?' | She asked when the patch would be released. |
| 'Please update the documentation.' | He asked me to update the documentation. |
| 'Don't merge until tests pass.' | She told us not to merge until tests passed. |
- Yes/No questions: Use 'if' or 'whether' + statement word order (no question mark).
- Wh-questions: Keep the question word + statement word order.
- Commands/Requests: Use 'told/asked + person + to + infinitive'.
- Negative commands: Use 'told/asked + person + not to + infinitive'.
Workplace Scenarios: Applying Reported Speech
Let's see reported speech in action across four common tech workplace situations. Notice how tense backshift, modal changes, and time expressions work together.
Scenario 1: Relaying Standup Updates
Your teammate missed standup. In Slack, you write: 'Priya said she was blocked on the payment API integration and asked if anyone could pair with her this afternoon. Marcus mentioned he had finished the database migration and would start on the auth module.'
Scenario 2: Summarising Client Requirements
After a client call, you email the team: 'The client said she needed the API endpoint by Friday and asked whether we could add pagination. She mentioned that performance was critical and told us to prioritise response time over feature completeness.'
Scenario 3: Meeting Follow-Up Email
You document decisions: 'In today's architecture review, Chen suggested that we should use event-driven messaging. The team agreed we would evaluate RabbitMQ and Kafka by next sprint. Lisa noted that the current sync approach had caused three incidents last quarter.'
Scenario 4: Incident Reporting
In your post-mortem: 'At 14:32, the on-call engineer said the monitoring alerts had started firing. She reported that she had identified the root cause by 14:45 and mentioned that the database connection pool had been exhausted.'
Reporting Verbs for Tech Communication
Using varied reporting verbs makes your writing more precise and professional. Instead of always using 'said,' choose verbs that convey the speaker's intent or the type of statement.
| Reporting Verb | Use Case | Tech Example |
|---|---|---|
| mentioned | Casual reference | She mentioned the deploy was scheduled for 6 PM. |
| noted | Drawing attention to something | He noted that test coverage had dropped below 80%. |
| suggested | Making a proposal | The architect suggested we use microservices. |
| asked | Making a request or question | She asked if we could prioritise the bug fix. |
| confirmed | Verifying information | DevOps confirmed the rollback had completed. |
| warned | Alerting to a risk | He warned that the change might break backward compatibility. |
| explained | Providing details | She explained that the latency was caused by network hops. |
| emphasised | Stressing importance | The PM emphasised that the deadline was non-negotiable. |
| Informal Slack | Formal Email/Doc |
|---|---|
| She said we gotta ship by Friday | She emphasised that we needed to ship by Friday. |
| He was like, 'this might break stuff' | He warned that the change might cause issues. |
| PM mentioned the client wants SSO | The PM noted that the client had requested SSO integration. |
| They asked if we can do it faster | They enquired whether the timeline could be accelerated. |
Common Mistakes and Practice
| ❌ Heard at Work | ✅ Better English |
|---|---|
| She said that she can finish today. | She said that she could finish that day. |
| He asked do we have time. | He asked if/whether we had time. |
| The client said they will need it tomorrow. | The client said they would need it the next day. |
| She told to update the docs. | She told me to update the docs. |
| He said me that the build failed. | He told me that the build had failed. |
emphasised /ˈem.fə.saɪzd/
EM-fuh-sized
Saying 'em-FA-sized' with stress on second syllable
enquired /ɪnˈkwaɪəd/
in-KWIRED
Saying 'EN-kwired' with stress on first syllable
suggested /səˈdʒes.tɪd/
suh-JES-tid
Pronouncing the 'g' as /g/ instead of /dʒ/
mentioned /ˈmen.ʃənd/
MEN-shund
Saying 'men-SHUND' with equal stress
acknowledged /əkˈnɒl.ɪdʒd/
ak-NOL-ijd
Pronouncing the 'k' and 'w' separately
Multiple choice
Choose the best answer.
Transform this direct speech to reported speech: The engineer said, 'I am fixing the memory leak now.'
Multiple choice
Choose the best answer.
Which sentence correctly reports this question: 'Will the deployment finish by 5 PM?'
Multiple choice
Choose the best answer.
Choose the correct reported command: The tech lead said, 'Don't push to main without a code review.'
Complete the sentence
Type the missing word or phrase.
Complete the reported speech: The client said, 'We must have the feature by next week.' → The client said they ______ have the feature by the following week.




