Versions Compared

Key

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

...

(error) Hidden links types such as epic links or asset relation links Advanced Links cannot be imported with a single CSV import.

Workaround 1: 2 Imports and V-Lookup

(as recommended by Atlassian Community)

  1. Import issues without relation linksAdvanced Links.

  2. Export imported issues with their issue keys and summary.

  3. Use excel V-Lookup to merge issue keys into original csv file for every row and for the links to be imported (see docu).

  4. Import csv again to update issue links for existing issues (map issue key as well to avoid creation of issue duplicates).

Workaround 2: Scripted post-function

(as recommended by STAGIL using Script Runner or Power Scripts)

  1. Import issues with epic links and relation links Advanced Links as default links (i.e. relates to).

  2. Allow users to change link types in bulk change via workflow - transition with a scripted post-function. Show this option only to issues that have issue links of defined link type.
    (info) The following scripts allows to define allow defining link type per issue type. I.e. you can configure a different target parent link for issues of type “Story” then than for issues of type “Epic”.

...

(warning) SAJ field ID (11000) to be replaced with actual ID.

(warning) Above The above script refers to outward links only. If you want to replace inward links instead, sourceId (line 11) and destinationId destinationID (line 16) need to be swapped.

...

(warning) Issue link type ID (12345) to be replaced with actual ID.

(warning) Above The above script refers to outward links only. If you want to look for inward links instead, sourceId (line 5) to be replaced with destinationId.

...