データ マネージャー - データ タイプ
Assets Data Manager for Jira Service Management Cloud is a Premium and Enterprise only feature that is currently in Open Beta development. View and vote on our list of upcoming features.
バグを発見した場合、ご質問がある場合は、アトラシアン サポートまたはアトラシアン コミュニティにご連絡ください。
The data type is a description of the type of information contained in an attribute or column. The available data types are:
String - contains data in a string format, such as a name “Robert Paulson” or a serial number “SN/395385A345”. This field can contain a maximum of 255 characters.
日付 - 日付としてフォーマットされたデータが含まれます。複数の日付形式が用意されているため、必ず [日付形式] ドロップダウンを使用してソース情報の日付形式を選択してください。
整数 - "21" や "119548" などの整数が含まれます。
Big Int - "8454547333056" などの非常に長い整数が含まれます。
Decimal - "4863.006" など、小数点 (Float とも呼ばれます) を含む数値が含まれます。
Boolean - contains a yes or no value, expressed as a digital “1” or “0”. Accepted values for True:
t
,y
,1
,yes
andtrue
. Accepted values for false:f
,n
,0
,no
andfalse
.
この内容はお役に立ちましたか?