Can EPICS be used to track Releases??
Hi All,
In the company I work we have quarterly releases, on which we deliver X number of user stories. Our sprint time box is two weeks. We need to implement a process on which I am able to know which user stories are being part of a quarterly release. With that in mind, I thought of using an EPIC to track the quarterly release, have the features underneath the epic, and then have the user stories which are being delivered within that quarterly release, does this make sense? Anyone has any other idea?
I'm just looking to do some bench marking and see how y'all do it out there and if the idea above makes any sense or not.
Btw, the tool we use is VSTS (Agile Process).
Thank you!
What about the iterative delivery of value?
The approach you have outlined is not a Scrum implementation since the “sprints” do not yield increments that are ready for release. Instead you have a plan for not releasing in 5 iterations out of 6. Empirical process control is thereby compromised. That’s the issue which needs resolving from an agile perspective.
I agree guys, when a quarterly release was brought to us, first thing that came to mind was exactly the iterative delivery. I was trying to at least have some tracking of user stories being delivered within a release, even though I'm aware about the scrum values and being able to deliver a working increment each sprint (iteration). Appreciate the feedback..
I believe that VSTS has a better way of tracking releases but I don't know that it is. In basic Jira, one can use "version" to accomplish that. (You can also use Epic in Jira for that purpose but it then prevents you from using Epic for it's intended purpose).
Caveat: Original canon on Epics specified an Epic as a really big story. Current tool usage often implies a hierarchical or container relationship between Epic and Story. So, the current common usage is in disagreement with the original canon. I've given up fighting this fight. :-) (in original User Story canon, a set of related stories was called a Theme, which tools use for other mechanisms now... uggghhhh),