Continuous Exploration Board page

Learn to set up a Continuous Exploration exploration board in Jira. On the way, we will learn how to create custom issue types, custom workflows, and custom fields.

Overview

Continuous Exploration replaces a traditional waterfall approach of up-front, rigid requirement definitions with a process that generates a consistent flow of features ready for implementation in the backlog.

In this section, you will learn the steps required to set up a Continuous Exploration board. It allows people to put any ideas they have into a backlog:

And work through those ideas in a workflow:

To do create the Continuous Exploration board, we will:

  1. Create the Initiative issue type and add it to the issue type hierarchy
  2. Create the Continuous Exploration workflow
  3. Create the Continuous Exploration Board

Finally, to prepare for estimation and validation, we will:

  1. Add the Value, Value confidence, Story points median and Story points confidence Custom Fields

Create the Initiative issue type

The following video shows how to:

  1. Create an Initiative issue type with a description of:

    An outcome-focused feature or effort that can span multiple product teams.

  2. 0:57 Place Initiatives above Epics in the "Issue type hierarchy".

  3. 1:31 Add Initiatives to the right Schemes

  4. 1:57 Verify we can create an Initiative

  5. 2:37 Enable epics to link to a parent initiative.

Create the Continuous Exploration workflow

The following video shows how to:

  1. Create a new workflow with a name of Continuous Exploration and a description of:

    Determine what should be built to maximize product value and customer success.

  2. 0:49 Create the statuses for the workflow. Status names, {category} and descriptions are:

    • Idea {To Do} - A feature idea or outcome to explore
    • Refinement {To Do} - Determining the goals of the initiative and its broad requirements
    • Refined - {To Do} The initiative is defined well enough for estimation and validation
    • Estimating {To Do} - Estimating how long the initiative will take
    • Validating {To Do} - Gathering evidence the initiative will be successful
    • Ready {To Do} - Ready for development, but not started
    • In Progress {In Progress} - The initiative is being developed
    • QA {In Progress} - The feature is being tested
    • UAT {In Progress} - The feature is being tested against users
    • Done {Done} - The feature is released to customers
  3. 3:12 Ensure new initiatives will be give the Idea status

  4. 3:36 Associate initiatives with the Continous Exploration workflow

Create the Continuous Exploration board

The following video shows how to:

  1. Create a Filter showing only Initiatives. The query should be:

    issueType = Initiative ORDER BY Rank ASC
    
  2. 1:21 Create a Kanban Board sourced from the Filter

  3. 2:05 Create the Boards Columns with the following names:

    Refinement, Refined, Estimating / Validating, Ready, In Progress, QA, UAT, Done

  4. 2:58 Add statuses to the right columns. The "Column to Status" mapping is as follows:

    • Kanban Backlog - IDEA
    • Refinement - Refinement
    • Refined - Refined
    • Estimating / Validating - Estimating and Validating
    • Ready - Ready
    • In Progress - In Progress
    • QA - QA
    • UAT - UAT
    • Done - Done
  5. 4:00 Fixing duplicate statuses

Adding Custom Fields

The following video demonstrates how to create four custom fields. For Initiatives we will create:

  • Value - Estimated business value in dollars.
  • Value confidence - Confidence in the business value, provided as a percentage

For Epics we will create:

  • Story points median - Average number of story points needed to complete the work
  • Story points confidence - Confidence of the "Story points median", provided as a percentage

To create these custom fields, the video walks through these 4 steps:

  1. Create custom fields
  2. 1:16 Assign to custom fields to a context
  3. 3:06 Update screens to show custom fields
  4. 4:19 Verify custom fields are working