Intermediate Reading #jira #triage #bug-reports

Reading & Triaging Tickets

5 exercises on reading Jira tickets in depth — extract priority signals, regression indicators, impact statements, linked issues, and determine the correct first action to take.

Ticket triage checklist
  • Is it a regression? Find the last known good version to narrow your search
  • Linked issues — recent changes linked to the ticket are often the cause
  • Log evidence — "no dispatch events" vs. "delivery failure events" changes the fix location
  • Impact — quantify: number of users, compliance risk, revenue impact
  • Scope — mobile vs. web, specific browsers, specific user types
0 / 5 completed
1 / 5
📋 Jira Ticket PAY-4471
TICKET: PAY-4471
Summary: Payment confirmation emails not sent when order placed via mobile app

Reporter:  QA Engineer (sarah.chen@example.com)
Assignee:  Unassigned
Priority:  High
Labels:    payments, email, mobile, regression
Status:    Open
Sprint:    Sprint 24 (current)

Description:
  Since the v3.8.0 release on 2024-04-08, customers who complete a purchase via
  the iOS or Android mobile app do not receive the order confirmation email.
  The web checkout flow is unaffected.

  This is a regression — the feature worked correctly in v3.7.2.

Steps to Reproduce:
  1. Open the mobile app (iOS 17 / Android 14)
  2. Add any item to cart
  3. Complete checkout with a valid payment method
  4. Check the email inbox for order confirmation

Expected: Confirmation email received within 2 minutes of order placement
Actual:    No email received. Order is created correctly in the database.

Impact:
  - Confirmed by 3 customers via support tickets (since 2024-04-08)
  - Customer support team has raised 7 related tickets in 3 days
  - No email = no receipt; GDPR requires transactional email receipts

Linked Issues: PAY-4412 (email service upgrade — merged in v3.8.0)
Notes: Server logs show no email dispatch events for mobile orders
Read ticket PAY-4471. Based on the information given, which action should a triaging developer take first?