Skip to content

Commit

Permalink
Improve docs for links
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ruthven authored and Andrew Ruthven committed Feb 5, 2023
1 parent d644d6e commit ce8f1dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/RT/Extension/Assets/Import/CSV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ asset ids. Otherwise, asset id conflicts may occur.
=head2 Links
You can create links to tickets, other assets or URLs by using the relationship
name, then you can use a comma separated listed of tickets or assets (assets
name, then you can use a comma separated list of tickets or assets (assets
need a prefix of "assets:"). For example:
Set( %AssetsImportFieldMapping,
Expand All @@ -540,7 +540,10 @@ need a prefix of "assets:"). For example:
'Parents' => 'parent',
);
The "parent" column could then have entries like "assets:123" or "assets:42".
The "parent" column could then have entries like "123" or "assets:42".
Supported fields: Members, Children, ReferredToBy, DependedOnBy, MemberOf,
Parents, RefersTo, DependsOn
If an asset has links to tickets, assets or URLs which aren't mentioned in
the field in the CSV file, then those links will be removed.
Expand Down

0 comments on commit ce8f1dd

Please sign in to comment.