DEV Community

OKEKE CHIMA
OKEKE CHIMA

Posted on

From Backlog to Deployment: My Hands-On Journey with Jira & Scrum

This week, I decided to dive deeper into Agile by running a full sprint on a live project using Jira and Scrum. The goal was simple: take a feature from an idea all the way to deployment, while practicing structured Agile delivery.

Stepping into Multiple Roles

Working solo meant I wore multiple hats throughout the sprint:

Product Owner (PO): I prioritized which UI improvements would deliver the most value.

Scrum Master (SM): I managed the backlog, organized stories, and tracked progress daily in Jira.

Developer: I implemented the UI changes and ensured everything worked as intended.

DevOps Lead: I committed, deployed, and verified updates on a live server.

This approach gave me a realistic perspective of how cross-functional teams collaborate in a real-world environment.

Planning the Sprint

Before touching any code, I focused on backlog refinement:

Created user stories with clear acceptance criteria.

Estimated each story using story points, considering scope, complexity, and risk.

Ranked stories by value to prioritize what mattered most for the sprint goal.

With the backlog refined, I moved into sprint planning, selecting a few high-value stories and defining a concrete goal for the sprint.

Execution and Deployment

Once planning was done, I started incremental work on the first story. I tracked progress in Jira, moving stories across the board as each task was completed.

By the end of the sprint, I had implemented a visible UI improvement on the Go-To Job Board project. I manually deployed the updates to an AWS EC2 server, verified everything worked live, and captured evidence of the final product.

Live project:http://13.61.100.83/

Key Takeaways

Agile isn’t just for teams. Even solo projects benefit from structured backlogs, story points, and sprints.

Jira adds clarity. Breaking work into stories, subtasks, and sprints makes progress tangible.

Small wins matter. Incremental improvements give visibility and confidence, making delivery feel achievable.

Reflection

Running this sprint reinforced a simple truth: Agile is about structured delivery, not just completing tasks. By working through Jira and Scrum in practice, I experienced the full lifecycle of a feature:

Plan → Build → Ship → Verify → Reflect

Building in public and learning through hands-on practice continues to be the fastest way for me to grow as a developer and a DevOps practitioner.

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.