Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document serves as your comprehensive guide to initiating Delivery Flow for the first time. It outlines the process of accessing flow metrics for your work in three simple steps.

Comprehensive Instructions for Accessing Your Flow Metrics

  1. Start the Application

  2. Select a Workflow Map

  3. Execute Query

1. Start the application

After installing the application, proceed to the following options in Jira’s menu bar:

...

Delivery Flow is influenced by your project's board, lane statuses, and status categories when creating a default workflow map. After a map is generated, if it does not align with your needs, the site administrator has the ability to modify it or create new maps. Nevertheless, the auto-generated maps should suffice for conducting your initial queries in Delivery Flow. You can refine the default workflow maps at a later stage as needed.

2. Select a Workflow Map

To identify the Workflow Map you would like to use with executing JQL queries in Delivery Flow, click on User settings located beside the query bar. The User settings dialog will appear.

...

To view the available workflow maps, click on the "Preferred Workflow Map" field in the settings dialog. A dropdown menu will then display the names of all existing workflow maps, with each name corresponding to its related project. Simply select the desired map and remember to save your changes.

...

3. Execute Query

When you choose a workflow map, Delivery Flow will automatically populate the query bar with a suggested JQL query. If this query does not align with your specific requirements, adjust as required. If you are uncertain, we recommend running the generated query first, reviewing the results, and then making any necessary modifications. To execute the query, simply press Enter on your keyboard or click the Search icon in the query bar. Delivery Flow will then retrieve all issues defined by the query and calculate the relevant flow metrics for those issues.

...

Info

The range of possibilities for your query is extensive. However, for a first run, it is advisable to begin with a simple query or just use the auto-generated query. Ultimately, the goal is to measure how effectively you are providing products to customers. As you refine your query, take into account your product, the different teams involved, and all the work undertaken by these teams. Your polished query should encompass all these activities.

Note: Issue Colour Considerations

This step is optional but recommended. Many graphs in Delivery Flow display data at an Issue Type level. By default, each Issue Type is randomly assigned one of 18 colours from Atlassian’s chart visualisation palette. Assigning colours to different issue types aids in identifying them and promotes consistency throughout your organisation, as these settings are system-wide. Therefore, you should consider your options and make your adjustments. For example, we always like to assign red to defect issue types and green to feature issue types.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFFAE6

Only application administrators can set Issue Colors.

Note: Auto-generated Queries

Delivery Flow uses details in the workflow map and user settings to generate the query. Typically, this query will have 3 components:

  1. Project Scope - If the project name or key is used in the workflow map name or if it is associated with the statuses referenced in the map, it will be assumed as part of the project scope. If no project references are found, the project statement will be omitted.

  2. In Flow Statuses - A workflow map determines the lane where work is considered to have started and finished. Once work has started, it is considered to be In Flow. This statement captures all statuses an issue can hold when work has started but is not finished.

  3. Status Changed - Any issue that has moved over last n days. For example, an issue may have moved from an In Flow status to Done. The value of n is set in user settings.

...

Code Block
Project in ("Test Project") and (status in ("In Progress", "Wait Review", "In Review", "Wait QA", "In QA") or status changed after startOfDay(-90))

Next:

Cards extension