Questions tagged [epics]

A big user story that takes longer than a single sprint/iteration, and thus is broken down into smaller user stories. Typically represent a high-level feature of the developed product.

Description

Mike Cohn's definition of Epic:

A Scrum epic is a large user story. There's no magic threshold at which we call a particular story an epic. It just means “big user story.” I like to think of this in relation to movies. If I tell you a particular movie was an “action-adventure movie” that tells you something about the movie. There's probably some car chases, probably some shooting, and so on. It tells you this even though there is no universal definition that we've agreed to follow, and that an action-adventure movie must contain at least three car chases, at least 45 bullets must be shot, and ….

So, “epic” is just a label we apply to a large story. Calling a story an epic can sometimes convey additional meaning. Suppose you ask me if I had time yesterday to write the user stories about the monthly reporting part of the system. “Yes,” I reply, “but they are mostly epics.” That tells you that while I did write them, I didn't get the chance to break most of them down into stories that are probably small enough to implement directly.

Links

44 questions
84
votes
7 answers

What is the weighting difference between Epic/Story/Task

I am slightly confused between the three. From my understanding: Epic - Create a web site (T shirt size) (L) Story - Create the Home page (1 point) Task - Create a button on the home page that is red (1 hour) Is this and the weighting correct?
bobo2000
  • 3,838
  • 1
  • 20
  • 40
9
votes
3 answers

How to implement Epics on Gitlab without Enterprise Edition?

We have used Gitlab for 4 years now in our organization, and are growing to the point where we are implementing Agile and trying to follow Epics, Features, User Stories, and Tasks. We are struggling to find a way to implement this in the Gitlab Free…
gnychis
  • 191
  • 1
  • 3
7
votes
3 answers

Can a single user story be associated with multiple epics?

For example, we have two epics, 'User Management' and 'SSO API', which are broken down appropriately. A user story for lost password functionality is created, but the story is relevant to both epics. Can this single user story about passwords be…
tombraider
  • 400
  • 3
  • 10
6
votes
2 answers

Is it accepted practice to group user stories by epics in the sprint backlog?

I have a sprint backlog with about 50 user stories that can be broken down into 7 epics. However, each epic is only partially represented in the current sprint. For example, one of the epics is migrating content. For sprint 1, we will do 3/10 user…
RWL01
  • 207
  • 2
  • 7
6
votes
4 answers

How can I create an Epic based on requirements following best practices?

I am trying to learn Kanban and Scrum and for that, I have a sample mobile app for the gym in mind with the following ideas: User should be able to create a workout plan. User should be able to create a diet plan to follow The app should cater to…
6
votes
3 answers

Example epics for an mobile game

I want to define epics for the following project: "a mobile application which makes you discover a city through a detective game". The game basically needs to display your position on a map to get you from one key point to another; when you arrive…
filaton
  • 163
  • 1
  • 5
6
votes
2 answers

Managing small + large tasks on a big website with Scrum

We're a small team of 4 developers who manage one large website and a group of minisites/mobile apps. We've used JIRA/Agile and Scrum, as best we can, to manage the workflow for the last few months. However we're struggling to manage a backlog which…
NoChecksum
  • 163
  • 3
4
votes
5 answers

Can story points remain constant between the initial estimate and later planning sessions?

Background We have a bunch of epic stories. We have a fixed term to do the project. We have to get approval from a project board. We don't know the velocity of the project team yet. The project board wants to estimate epics with story points…
davy
  • 373
  • 1
  • 9
4
votes
1 answer

How should large non-reducable tasks be handled in Scrum?

How are tasks that do not fit in a Sprint handled in Scrum? I see the benefit in delivering incremental value each Sprint, but I don't see how all tasks can be reduced to take no longer than a week or two (and I suppose a single story in a Sprint is…
user1380
  • 141
  • 3
4
votes
2 answers

How to get an Epic span multiple sprints?

While setting up my Jira's project, I struggle to make an Epic span multiple sprints. In other words, I expect an Epic (a complete feature) to be associated to multiple sprints. The idea is that I want some user stories relative to one specific…
Mik378
  • 271
  • 1
  • 9
4
votes
2 answers

How can I force an epic to have a limited/finite scope?

Background I'm working for a web development agency. I take responsibility for managing the work that the developers in our company do for our client. We're using JIRA for task management. Epics with Unlimited Scope Agile methodologies suggest using…
Julius Š.
  • 43
  • 4
4
votes
2 answers

Organizing testing in a Scrum(ish) development project

First: I'm trying this forum, even though this is more a test management than project management question. The test/QA exchange seems to be focused on technical, hands-on test questions and issues. The core question, copied from the bottom by…
knoten
  • 141
  • 2
4
votes
2 answers

How to eliminate wasted time / improve cadence on epic boundaries

Our work is organized around epics, which are the unit of business decision making and prioritization. Each represents a higher-level business feature or technical task. Epics are divided into user stories and take usually 1-3 weeks to finish in a…
Mifeet
  • 167
  • 5
3
votes
4 answers

Agile: Can Epics be time-based rather than feature-based?

For example, if you're building a chat app, having epics be the stages in a project: Phase 1 - Beta Phase 2 - Launch vs. features Messaging Sign-Up The goal of an epic is to capture a large body of work, so it would seem both would fall into…
Aspen
  • 133
  • 3
3
votes
1 answer

Production bugs and epics in Jira

We are trying to organize our epics in a better way. In the past, the epics remained indefinitely open on Jira. Every production support/bug ticket will be added to the exsiting epic. However, since we use epics to track our roadmap (basically we…
Hawk
  • 261
  • 2
  • 9
1
2 3