Chronicles of a Scrum master #8 : Epics and Release management

What are epics in an agile context ? Epics group or categorize stories into release features. It plays an important role in the organization and release of features for the product.

For example, an Epic of “Login based on country” can use to group stories as following :

  1. Develop splash page with login User ID textbox and Login button.
  2. Login to verify User ID and match against correct password.
  3. Display after login landing page based on user country.

Above is just a simple example. There are more complicated ones.

Source : https://www.agileconnection.com/article/stories-epics-and-tasks-organizing-agile-requirements

Epics also serve as a guide for code branches and releases. A code branch can be based on an Epic (feature) and a release can contain multiple Epics. Taking into example above, there could be another epic “Display landing page” with break down of stories :

  1. Create and display banner
  2. Display list of products
  3. Display vouchers
  4. Display menu bar

The code branches are advised to follow by epic level so that it can be independent from each other and deployed without dependency on prior completed stories. This will allow the release of next stories if prior completed ones are not ready to be deployed.

It is an important point to take note of because a product that has already gone live and being used by users may have fixes and enhancements on existing functions. The proper naming of the epic and tagging of stories allows a clear understanding of separation between BAU bug fixes or defects and New features (enhancements).

An example of this would be the following :

  1. BAU bugfixes or defects :
    1. Bugfix / defect – Login unable to work when clicked on button.
  2. New features :
    1. Enhancement – Login to support multi-language

Source : https://www.yodiz.com/blog/what-is-epic-in-agile-methodology-definition-and-template-of-epic/

Disclaimer: What I am sharing is purely from my point of view and does not reflect anyone else’s. What I present in my posts doesn’t necessarily mean tat it is applicable to your work, organization and culture. Would love to hear from you if you have any different opinions or feedback. 

Tech and me

New experiences, new workplace #2

So, its been another 3 months since my last blog post. A lot has happened in my workplace and there is a lot of knowledge I have gained and tried to absorbed over the past few months. It has not been an easy ride as there are multiple new terms, processes and people to get […]

Read More
Agile Automation and code Life and career skills Project management Random rants Scrum master

New experiences, new workplace #1

Its been almost 3 months since I joined the new company which is a global BFSI shared service center.Here is my take on some of the new experiences :

Read More
Lifestyle Project management Tech and me

Sept 2023

Been meaning to write this blog post for a month but put if off till I had more free time to look back and reflect on what I have learnt over the past month. For those who may not know, I have moved to another company in a new industry that I am unfamiliar with […]

Read More