オブジェクトをエクスポートする
Assets in Jira Service Management is a Premium and Enterprise only feature. Learn more about Assets
Exporting objects from Assets lets you integrate data into other systems for analysis or create backups. Objects are exported as a CSV file.
オブジェクトをエクスポートするには、次の手順に従います。
Go to Assets and select an object schema.
Select the object type.
You can filter objects using filter search or advanced search.
Select the List view icon.
Select Bulk actions, then Edit objects in the dropdown.
ウインドウが表示されます。
Configure the options for export (see below for more details).
Select Export to create the CSV file.
The CSV file includes a header record, which is a comma-separated (,) list of attribute names for the exported object type. The following rows contain data records for each attribute.
エクスポートのオプション
区切り文字
ヘッダーとデータ レコードの値の区切り文字を指定します。デフォルトのカンマ (,) を使用するか、次のいずれかを選択できます。
セミコロン (;)
]
エンコード
これは、CSV ファイルのデータ レコードに使用されるエンコード形式を表します。以下のアルゴリズムから 1 つ選択します。
UTF-8
UTF-16
ISO-8859-1
ISO-8859-15
Windows-1250
Windows-1252
形式
これは、CSVファイルに格納されるデータが、一貫したデータ (未処理) であるかユーザー フレンドリーであるかを示します。
If you want to import the data to Assets for data migration or recovery purposes, then the Data consistent option will help you to preserve the references and date formats appropriately.
または、Power BI などのレポート ツールで CSV ファイルを使用するか、Microsoft Excel または Google スプレッドシートで開く場合、[ユーザー フレンドリー] オプションにはわかりやすい形式でデータが表示されます。
次の表は、特定のオブジェクト タイプの CSV ファイルに格納される内容を両方の形式で示しています。
ユーザー フレンドリーな形式
属性タイプ | 格納される値 |
---|---|
参照オブジェクト | The label of the value. |
ユーザー | The display name of the user. |
ステータス | The name of the value. |
Date, DateTime | The value of the date in a format that is set in Jira. |
Textarea | プレーン テキストの値のみ。値にあるすべての HTML タグが削除されます。 |
データの一貫性形式
属性タイプ | 格納される値 |
---|---|
参照オブジェクト | The Key of the value. |
ユーザー | The account id of the user. |
ステータス | The Id of the value. |
Date, DateTime | The value of the date in a unix timestamp. |
Textarea | The entire HTML markup value. |
この内容はお役に立ちましたか?