Versions Compared

Key

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

Introduction

This guide explains how you can upload a CSV file to overwrite an existing table in the Lookup Manager.

Scenario

In my Plugin Table, some of the data in the Platform column are incorrect.

Now I have the new CSV file, but if I import the data as a new table, it will break my workflow post function.

How can I replace the Plugin Table with my new CSV data without affecting the post function?

Pre-requisites

✔️ CSV data (comma separated values)
✔️ CSV file and existing table must have same number of columns
✔️ Column names in the CSV file must match the existing table column names
✔️ Jira Administrators permission to configure the table

...

  1. Log in as a Jira administrator

  2. Go to Administration > Issues > Configure Tables

    Image RemovedImage Added

     

  3. Click on the Reimport Table button

    Image RemovedImage Added

  4. Select the Overwrite, then upload csv file and provide the name of the table you want to overwrite

  5. Click on the Reimport Table button at the bottom of the popup

  6. Click Confirm to start overwriting the table

  7. The data will be overwritten.(Eg. Platform The platform for Lookup Manager plugin has updated from Confluence to Jira)

...