Skip to end of banner
Go to start of banner

Export/Import

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

This page is about OKR for Jira Cloud. Using Data Center? Click here.

On this page:

Export OKRs

Exporting your OKRs in OKR for Jira is a straightforward process, and you have two options: using our API or creating a .csv export. This guide focuses on the .csv export method.

CSV export

  1. In OKR for Jira, navigate to the OKR Overview table options menu.

    Screen Shot 2024-02-16 at 22.03.07.png
  2. Locate the Export button and click on it.

    image-20240216-190437.png
  3. Choose your export options:

    • All OKRs: If you have filters applied, only those OKRs will be exported. To get everything, check "Export all columns."

    • Column headers: These are the labels at the top of each column. You can skip them if you prefer.

    • File name: Change the suggested name ("export.csv") to something you'll remember.

    • By default, two top options are already selected: displaying the visual hierarchy of the OKRs (which means that each new level will have a larger indent) and the hierarchy column (containing a list of numbered levels by which you can easily filter the list in a spreadsheet). The first two exported columns with hierarchy will look like this.

Hierarchy

OKR

Top-level objective

1.1.

Sub-objective

1.1.2.

Sub-objective’s KR

1.2.

Sub-objective 2

  1. Click Export .csv file. The download should start automatically.

To open the file, use any spreadsheet program like Excel, Google Sheets, or Numbers.

Import OKRs

The OKR import feature allows you to quickly transfer your OKRs into OKR for Jira Cloud by using a CSV file.

Preparing the CSV file

To ensure a successful import, your CSV file must adhere to the following structure. Here's an example of a valid CSV file:

Order

Type

Summary

Period

Owner

Expected start date

Expected end date

Start Value

Current Value

Target Value

Status

1

Objective

First objective

Q3 Y2024

jan.kowalski

On track

1.1

Key result

Numeric key result

Y2024

jan.kowalski@appfire.com

01/01/2024

31/12/2024

0

5

10

ON TRACK

  • Order: A unique numerical identifier for each OKR. Objectives typically start with whole numbers (e.g., 1, 2), while Key Results use decimal numbers (e.g., 1.1, 1.2) to indicate their relationship to the Objective. This information is required.

  • Type: Specify whether the row represents an Objective or a Key result (case-sensitive). This information is required.

  • Summary: A brief description of the OKR.

  • Period: The timeframe for the OKR – it has to match an existing period in OKR for Jira.

  • Owner: The Jira username or email address of the OKR owner.

  • Expected Start/End Date: The start/end date of the OKR (format: DD/MM/YYYY). They are not required. If they are present, they will be set based on the period.

  • Start Value: The initial value for Key result.

  • Current Value: The current value for Key result.

  • Target Value: The desired end value for Key result.

  • Status: The current status of the OKR. It’s not case-sensitive.

Before you import

  • Ensure your CSV file is under 10 MB and saved in the .csv format.

  • You must have the CREATE_OKR permission to import OKRs.

  • UTF-8 encoding is supported, but avoid using UTF-8 with BOM (Byte Order Mark). This specific encoding can cause import errors.

You can execute one import per user at a time. Multiple simultaneous imports are possible for the tenant.

Steps

  1. In OKR for Jira, navigate to the OKR Overview table options menu.

  2. Locate the Import button and click on it.

    image-20240731-100913.png
  3. Click Select file.

    image-20240731-100958.png
  4. Select a CSV file.

  5. Click Confirm.

Once the upload is successful, click Finish import to close the dialog. You can monitor the import status on the left-hand side of the screen.

image-20240731-101153.png

image-20240731-085722.png

Troubleshooting errors

If there is at least one error, the import won't be successful, and you might encounter a screen similar to this:

image-20240730-140021.png

In any case, please carefully review your CSV file. Common reasons for errors include:

  • Duplicate Order numbers: Key Results should not have the same order number as an Objective.

  • Incorrect Type: Ensure entries are either Objective or Key result (case-sensitive).

    Period mismatch: Check that the "Period" in your CSV matches an existing period name in OKR for Jira.

  • Invalid Owner: Use a valid Jira username or email address.

  • Symbols in Summary: You may encounter issues with UTF-8 encoding with BOM. While English text works well, inputting alphabetic symbols may lead to failures.

  • Missing Expected Start/End Date – If the Period fails, these might fail, too. Otherwise, they shouldn't cause any problems.

  • Missing values in Key Result columns: Key Results require values for Start Value, Current Value, and Target Value.

  • No labels