Skip to content
Made with Docsie · generated from video

How to Create an Epic in Jira

This guide walks you through everything you need to know about working with epics in Jira Software, including how to create them, how they behave differently on Kanban and Scrum boards, how to associate stories with epics, and how to use visual cues like epic colors to manage your backlog efficiently.

Jira· 11 steps· 29 screenshots· 2598 words· Source video 11:25

Source: How to Create and Use Epics in Jira - Atlassian Jira Software Tutorial by Apetech Tech Tutorials. The written guide below was generated from this video by Docsie.

This guide walks you through everything you need to know about working with epics in Jira Software, including how to create them, how they behave differently on Kanban and Scrum boards, how to associate stories with epics, and how to use visual cues like epic colors to manage your backlog efficiently.

Jira Software board open in Backlog view, showing issues, epics, and a details panel for a selected story, with the presenter shown in a small video overlay.
Jira Software board open in Backlog view, showing issues, epics, and a details panel for a selected story, with the presenter shown in a small video overlay.
Jira Software Backlog with a "SUBSCRIBED" status and notification bell, indicating successful subscription.
Jira Software Backlog with a "SUBSCRIBED" status and notification bell, indicating successful subscription.

Prerequisites

  • Access to a Jira Software project (Kanban or Scrum board type)
  • Permission to create and edit issues in your project
Jira Software Backlog with a large "SUBSCRIBE" button and a hand cursor, emphasizing the call to action.
Jira Software Backlog with a large "SUBSCRIBE" button and a hand cursor, emphasizing the call to action.

The instructions in this guide apply to both Kanban and Scrum boards, with differences noted where relevant.

Navigating to your Jira board

  1. Open your Jira Software project and make sure you are on the board view (Kanban or Scrum).
  2. In the left sidebar, select Backlog under your board (for example, "DEVELOPER Board").
  3. Review the backlog and sprint sections, which display issues along with their associated epics.
  4. Note the details panel on the right side of the screen, which shows information for whichever issue is currently selected.

Creating an epic

  1. Click the Create button at the top of the Jira interface.
  2. In the Create issue dialog, confirm that the correct project is selected (for example, "Demonstration Project").
  3. By default, the Issue type field may be set to "Story." Click the dropdown to change it.
  4. Select Epic from the dropdown menu.
The "Create issue" dialog open in Jira, with the user selecting "Epic" from the Issue type dropdown, presenter shown in a small video overlay.
The "Create issue" dialog open in Jira, with the user selecting "Epic" from the Issue type dropdown, presenter shown in a small video overlay.
  1. Fill in the required fields for your epic, including the summary and any other relevant details.
  2. Click Create to add the new epic to your project.

Jira handles epics slightly differently depending on the board type, but the creation process itself is the same for both Kanban and Scrum boards.

Understanding Epic Name vs. Summary

When creating an epic, you'll notice two related but distinct fields: Summary and Epic Name. Understanding the difference between them will help you keep your epics organized and easy to navigate.

  1. Recognize that the Summary field is required for every issue in Jira, including epics.

    • The summary acts as the "title" of the issue, even though Jira labels the field "Summary" rather than "Title."
    • No issue can exist without a summary.
    • Jira uses the summary to name your epic in most places throughout the interface.
  2. Understand the role of the Epic Name field:

    • Epic Name is also required when creating an epic.
    • While the summary and epic name are often identical, they serve different purposes.
    • The epic name is what appears as the "Epic Link" on stories and tasks associated with the epic.
    • Many users copy and paste the same text into both fields, but they remain technically separate.
The "Epic Name" and "Summary" fields highlighted in the Jira "Create issue" dialog, with the presenter emphasizing their respective roles.
The "Epic Name" and "Summary" fields highlighted in the Jira "Create issue" dialog, with the presenter emphasizing their respective roles.
  1. Note the practical difference between the two fields:

    • The Epic Name is visible at the story level as the "Epic Link," helping you identify which epic a story belongs to.
    • This link creates the parent-child relationship between an epic and its associated stories.
    • The summary is the main title of the epic itself, while the epic name is the label displayed on linked issues.
  2. Apply these best practices when naming an epic:

    • If your summary is very long (for example, 200 characters), keep the epic name short, precise, concise, and descriptive.
    • The epic name appears on every story linked to the epic, but only the first few characters may be visible in some views.
    • Avoid long or vague epic names, since they make it harder to identify related stories at a glance.
    • Example: if your summary is "Implement new authentication system for all user types across mobile and web platforms," a good epic name would be "Auth System Overhaul."
The "Create issue" dialog showing the required "Epic Name" and "Summary" fields, with the presenter explaining the difference between them.
The "Create issue" dialog showing the required "Epic Name" and "Summary" fields, with the presenter explaining the difference between them.
The presenter continuing to explain the difference between "Epic Name" and "Summary" in the Jira "Create issue" dialog.
The presenter continuing to explain the difference between "Epic Name" and "Summary" in the Jira "Create issue" dialog.
  1. Remember the key takeaway: give your epic a short, precise, concise, and descriptive name so your team can quickly identify its purpose when viewing linked stories and tasks.

Locating epics on Scrum vs. Kanban boards

Epics behave differently depending on your board type. Follow these steps to see the difference firsthand.

  1. Create a demo epic to test this behavior:

    • Open the Create issue dialog.
    • Select Epic as the issue type.
    • Enter "A demo Epic" as the Epic Name.
    • Enter "A demo Epic" as the Summary.
    • Set Priority to "Medium."
    • Optionally, add components, attachments, or a description.
    • Click Create.
  2. Confirm that your epic was created:

    • Look for a confirmation message at the top of the screen, such as "Your epic DP-42 has been created."
    • You may also see a notification in the bottom left, such as "You've created 'DP-42' issue."
  3. Understand epic visibility on a Scrum board:

    • Newly created epics do not appear in the main backlog list.
    • Instead, they appear in a dedicated Epics panel on the left side of the backlog view.
    • Look under the "EPICS" section to find your epic (for example, "A demo Epic" with key DP-42).
Jira backlog view with a confirmation notification at the top reading "Your epic DP-42 has been created." Backlog and sprint issues are visible, but the new epic is not listed directly in the main backlog.
Jira backlog view with a confirmation notification at the top reading "Your epic DP-42 has been created." Backlog and sprint issues are visible, but the new epic is not listed directly in the main backlog.
  1. Switch to a Kanban board to compare behavior:

    • In the left sidebar, under "BOARDS IN DEMONSTRATION PROJECT," select a Kanban board (for example, "Demo Kanban Board").
    • Notice that on a Kanban board, all issue types—including epics—are displayed directly in the board's columns (for example, "TO DO").
    • Your epic (for example, "A demo Epic" DP-42) appears alongside stories, bugs, and other issue types.
  2. Note the difference in how each board type treats epics:

    • On Kanban boards, there is no special organization for epics; all issues are treated equally and shown together.
    • On Scrum boards, epics are separated into their own panel for better organization and tracking.
  3. Switch back to your Scrum board when finished:

    • Use the board selector in the left sidebar to return to your Scrum board (for example, "DEVELOPER Board").
    • Remember that your epics will again be visible only in the Epics panel, not in the main backlog list.

Viewing and managing issues for planning

  1. Open your Jira Software project and navigate to your Scrum board.
  2. Select Backlog from the left sidebar under the "PLANNING" section.
  3. Review the Backlog screen, which displays:
    • The current sprint and its issues (for example, "Demo Sprint 5" with issues like "Verification approved" and "A story 1").
    • The backlog of issues not yet assigned to a sprint.
    • The Epics panel on the left, listing all epics and their details (for example, "Data Collection for Equipment Design," "Verification Approval").
    • The details pane on the right, showing information for the selected issue (for example, "A story 1" with status "Review," linked issues, and other details).
Jira Backlog screen with the epics panel, sprint issues, backlog issues, and issue details pane all visible.
Jira Backlog screen with the epics panel, sprint issues, backlog issues, and issue details pane all visible.
Jira Software Backlog with the Epics panel expanded, showing a list of epics and their details.
Jira Software Backlog with the Epics panel expanded, showing a list of epics and their details.
  1. Use the Epics panel to filter and manage issues by epic, which helps with planning and organization.

Creating epics from the Backlog and Roadmap views

  1. To create a new epic, locate the Epics panel on the left side of the Backlog view.
  2. Click Create epic at the top of the Epics panel.
  3. Alternatively, to create an issue within a specific epic, click Create issue in epic under the desired epic.
Jira backlog with the Epics panel open on the left, showing "A demo Epic" (DP-42) listed among other epics. The main backlog does not display the epic directly.
Jira backlog with the Epics panel open on the left, showing "A demo Epic" (DP-42) listed among other epics. The main backlog does not display the epic directly.
Cursor hovering over "Create issue in epic" in the Epics panel, showing options for managing epics.
Cursor hovering over "Create issue in epic" in the Epics panel, showing options for managing epics.
  1. For a more visual and powerful approach to epic creation, consider using the Roadmap view instead.
  2. Switch to the Roadmap view by clicking Roadmap in the left sidebar under "PLANNING."
  3. In the Roadmap view, you'll see a timeline of all epics, along with their durations and progress.
  4. Select an epic (for example, "My Amazing Epic") to view its details in the right pane.
  5. When creating or editing an epic in the Roadmap, be aware that you may need to enter the epic name in two places: the title and the Epic Name field in the details pane.
    • The system may automatically populate the epic name for you in the Roadmap view, reducing manual entry.
Jira Roadmap view with the epic details pane open, showing fields such as Epic Name, Reporter, and Priority, along with timeline bars for each epic.
Jira Roadmap view with the epic details pane open, showing fields such as Epic Name, Reporter, and Priority, along with timeline bars for each epic.

Associating stories with epics from the Roadmap

  1. To associate a story or other issue type with an epic, locate the epic in the Roadmap view.
  2. Hover over the epic row and click the + (Create child issue) button that appears next to the epic name to create a new child issue directly under the selected epic.
Cursor hovering over the "+" button labeled "Create child issue" next to an epic in the Roadmap view.
Cursor hovering over the "+" button labeled "Create child issue" next to an epic in the Roadmap view.
  1. When creating a child issue, select the desired issue type (for example, Task, Bug, or Story) from the available options. Jira supports multiple issue types so you can choose the one that fits your workflow.
Jira Roadmap view with the "+" button for creating a child issue highlighted, ready for issue type selection.
Jira Roadmap view with the "+" button for creating a child issue highlighted, ready for issue type selection.
  1. Press Enter to confirm the creation of the new child issue.
    • The new issue appears nested under the selected epic in the Roadmap timeline.
    • The details pane on the right updates to show information for the selected epic, including fields such as Reporter, Priority, Fix versions, Time tracking, Original estimate, Story Points, Labels, Epic Name, and Automation.
Epic details screen with the "Create issue in epic" field active, ready to add a new story.
Epic details screen with the "Create issue in epic" field active, ready to add a new story.

Managing issues within an epic

  1. To view all issues associated with an epic, click directly on the epic name (for example, "My Amazing Epic") in the Roadmap or Backlog.
    • This opens the epic details screen, listing all issues currently linked to the epic.
    • The "Issues in this epic" section displays each issue (for example, DP-44 "My first bug") along with its status and assignee.
    • The right pane shows detailed fields for the epic, such as Components, Assignee, Reporter, Priority, Fix versions, and Time tracking.
Jira Roadmap view with "My Amazing Epic" selected, showing its child issues and the epic details pane.
Jira Roadmap view with "My Amazing Epic" selected, showing its child issues and the epic details pane.
Epic details screen showing multiple issues, "My first bug" and "My Second Story," listed under the epic.
Epic details screen showing multiple issues, "My first bug" and "My Second Story," listed under the epic.
  1. To add another issue directly within the epic, click Create issue in epic at the top of the epic details screen.
    • Enter the issue summary (for example, "What needs to be done?") in the provided field.
    • Click Create to add the new issue to the epic.
    • The new issue appears immediately in the "Issues in this epic" list.
Kanban board view in Jira showing a variety of issue types in the "TO DO" column, with the presenter preparing to switch back to the Scrum board.
Kanban board view in Jira showing a variety of issue types in the "TO DO" column, with the presenter preparing to switch back to the Scrum board.
  1. To create additional issues, repeat the process: enter a new summary (for example, "My Second Story") and click Create. Each new issue is assigned a unique key (for example, DP-45) and listed under the epic.

  2. After creating an issue, a confirmation message appears in the bottom left, indicating the issue key (for example, "You've created 'DP-46' issue"). You can click View issue or Copy link from this notification for quick access.

Understanding and using epic colors in the backlog

  1. Navigate to the Backlog view from the left sidebar to see all issues along with their associated epics.
    • Each issue in the backlog is marked with a colored bar on the left, representing its associated epic.
    • This color coding helps you quickly identify which epic an issue belongs to.
    • For example, issues linked to "Verification Approval" are marked in red, "Create Documents Specification Package" in green, and "My Amazing Epic" in purple.
Confirmation message reading "You've created 'DP-46' issue" in Jira.
Confirmation message reading "You've created 'DP-46' issue" in Jira.
Jira Backlog view showing issues with colored bars that indicate epic association.
Jira Backlog view showing issues with colored bars that indicate epic association.
  1. Scroll through the backlog to locate issues by their epic color. For example, issues associated with "My Amazing Epic" are marked with a purple bar, making it easy to find and manage issues related to a specific epic.

Associating stories with epics and verifying epic links

  1. Identify issues by epic color in the Backlog.

    • In the Backlog view, locate issues associated with specific epics by their colored bars.
    • For example, issues linked to "My Amazing Epic" are marked with a purple bar.
    • Scroll down the backlog to find "My Amazing Epic" and its associated stories, identified by the purple color.
  2. Drag and drop issues to associate them with an epic.

    • Click and drag the desired issue (for example, "Some amazing story number 3") onto the epic in the Epics panel, or directly onto the epic row in the backlog.
    • Upon successful association, a confirmation message appears at the top: "Selection successfully added to the epic."
  3. Verify the issue association in the backlog.

    • After associating the issue, it now appears under the epic in the backlog, and its colored bar matches the epic's color (for example, purple for "My Amazing Epic").
    • The backlog reflects the updated association, grouping the issue with others under the same epic.
  4. Open an issue to check its epic association.

    • Click on an issue in the backlog (for example, "A story 2") to open its details pane on the right.
    • The details pane displays fields such as Components, Assignee, Reporter, Priority, Fix versions, and Epic Link.
    • If the issue isn't yet associated with an epic, the Epic Link field shows "None."
Epic details screen for "My Amazing Epic" showing linked issues and the details pane.
Epic details screen for "My Amazing Epic" showing linked issues and the details pane.
  1. Manually link an issue to an epic.

    • In the issue details pane, locate the Epic Link field.
    • Click into the field and select the desired epic from the dropdown (for example, "My Amazing Epic" - DP-43, shown in purple).
    • This links the issue to the selected epic.
  2. Confirm the epic link and breadcrumb update.

    • After linking, the Epic Link field displays the selected epic (for example, "My Amazing Epic").
    • The breadcrumb navigation at the top of the issue screen updates to show the epic key (for example, "DP-43") before the issue key (for example, "DP-27").
    • Note: you may briefly see "undefined" next to the epic key, but the association is still valid.
Jira Backlog view with "My Amazing Epic" and its associated purple-colored issues visible in the backlog and epics panel.
Jira Backlog view with "My Amazing Epic" and its associated purple-colored issues visible in the backlog and epics panel.
  1. Understand parent issue display in Jira.
    • Jira displays the parent epic of every issue in the breadcrumb navigation.
    • This lets you quickly verify whether a story belongs to an epic by checking the breadcrumb and the Epic Link field.
    • If the issue is a subtask, Jira shows the parent story; if it's a story, Jira shows the parent epic.
Jira Backlog with a confirmation message reading "Selection successfully added to the epic" after associating a story with an epic.
Jira Backlog with a confirmation message reading "Selection successfully added to the epic" after associating a story with an epic.
Jira Backlog showing issues grouped under "My Amazing Epic" with matching purple bars.
Jira Backlog showing issues grouped under "My Amazing Epic" with matching purple bars.
Jira issue details pane with the Epic Link dropdown open, showing available epics including "My Amazing Epic."
Jira issue details pane with the Epic Link dropdown open, showing available epics including "My Amazing Epic."
Jira issue screen showing the breadcrumb with the epic key and an updated Epic Link field reading "My Amazing Epic."
Jira issue screen showing the breadcrumb with the epic key and an updated Epic Link field reading "My Amazing Epic."
Jira issue screen highlighting the parent epic shown in the breadcrumb and Epic Link field.
Jira issue screen highlighting the parent epic shown in the breadcrumb and Epic Link field.

Reviewing epics and colors in the backlog

  1. Open the Backlog view within your project and note the following:

    • The "Backlog" tab is selected under the "DEVELOPER Board" in the left sidebar.
    • The main area shows a list of issues grouped under "Demo Sprint 5" and "Backlog."
    • Each issue is labeled with its type, summary, and associated epic or tag, color-coded for easy identification.
    • The right side of each issue row displays the epic label (for example, "Verification Approval," "Data Collection for Equipment Design," "Create Documents Specification Package") in distinct colors.
    • These colored labels make it easy to quickly understand issue categorization.
  2. Recognize the three ways to work with epics in the backlog:

    • Use the color-coded epic labels on the right side of each issue.
    • Use the Epics panel on the left to view all available epics, each with a unique color and summary.
    • Hover over or click on epic labels to see additional details or filter issues by epic.
    • These visual cues are key to managing and navigating large backlogs efficiently.
  3. Access the Epics panel for more detailed management:

    • In the left sidebar, under "Backlog," locate the EPICS section.
    • View all epics, including their names, issue counts, and completion status.
    • Select an epic to filter the backlog and display only the issues associated with it.
  4. Filter issues by epic to focus your backlog view:

    • Click on an epic in the EPICS panel (for example, "My Amazing Epic").
    • The backlog updates to show only issues linked to the selected epic, each labeled with the epic's color.

Summary

You now know how to create epics in Jira, understand the difference between the Summary and Epic Name fields, and see how epics behave differently on Kanban versus Scrum boards. You've also learned how to create issues directly within an epic using both the Backlog and Roadmap views, associate existing stories with epics by dragging and dropping or by using the Epic Link field, and use color-coded labels in the backlog to quickly identify and manage issues by epic.

The presenter advising to keep the "Epic Name" short, precise, and descriptive in the Jira "Create issue" dialog.
The presenter advising to keep the "Epic Name" short, precise, and descriptive in the Jira "Create issue" dialog.

With these tools, you can keep your backlog well organized and make it easy for your team to see how individual stories and tasks relate to larger project epics.

Video to Documentation

Have your own Jira training videos?

Docsie turned a 11-minute YouTube video into the guide above, screenshots included, with no manual writing. Upload your Zoom, Teams, Loom or screen recordings and get the same for your team.

Steps + screenshots extracted automatically
Export to Markdown, DOCX, PDF or publish to a portal