DMI Internship
Agile End-to-End Sprint — Jira to Git to AWS
Completed a full Agile delivery sprint with end-to-end traceability: Jira backlog, Fibonacci estimation, 5-day daily shipping cycle, Sprint Burndown, and full audit trail from ticket through Git branch, PR, deployment, and validation on AWS.
Overview
Professional DevOps delivery is not just about deploying infrastructure — it is about delivering work inside a disciplined Agile process with full traceability from requirement to production. This sprint reproduced a real-world team delivery workflow end-to-end.
Sprint Structure
- Backlog refinement — Epics and User Stories defined with acceptance criteria
- Fibonacci estimation — story points assigned using planning poker methodology
- 5-day daily shipping cycle — one deployable increment shipped each day
- Sprint Burndown chart — velocity tracked against plan throughout
- Full traceability — every commit references a Jira ticket; every PR links to a branch; every deployment links to a PR
Traceability Chain
Jira Ticket → Git Branch → Atomic Commits → Pull Request → Review → Merge → Deploy → Validate
No change reached the deployment environment without passing through this chain. This is the traceability standard that regulated and enterprise environments require — and it mirrors what mature engineering teams actually operate.
Technologies Used
- Jira — backlog management, sprint board, Burndown chart
- GitHub — feature branches, pull requests, commit history
- AWS — deployment target for sprint deliverables
- CI/CD — automated build and validation on PR
Results
Full sprint completed with all planned tickets delivered. Burndown chart showed consistent daily progress. Complete audit trail from Jira ticket to live deployment preserved across all five days.
Key Learnings
Agile is a delivery discipline, not a planning methodology. The value of Fibonacci estimation, daily shipping, and burndown tracking comes from the feedback loops they create: you know within 24 hours whether the plan is holding, and you can adjust before the gap becomes unrecoverable. The traceability chain is equally important — in a regulated environment, being able to answer "what changed, when, who approved it, and where does it run" is not optional. This sprint built that muscle deliberately.