属性タイプ
Assets is included with Service Collection Paid plans (Standard, Premium, and Enterprise). What Assets is and how it works.
Display name is currently restricted to customers enrolled in the Beta trial of the Assets common data model. Some details may change before general availability.
Attribute types in Assets define the kind of information an attribute can hold, such as text, numbers, references to objects, users, groups, projects, statuses, or Bitbucket repository links.
Attributes have a Name used by AQL and a Display name shown to users in Assets.
属性は、既定、オブジェクト、ユーザー、グループ、プロジェクト、ステータス、Bitbucket リポジトリという 7 つのグループに分類されます。
既定属性タイプ
テキスト、数字、URL などの永続的な値が含まれます。これには、いくつかのサブタイプがあります。
Text - contains normal text such as
Dell W385553with a maximum length of 255 characters. Text attribute types can include a suffix and text, email, or URL attributes can be configured with a regular expression for validation. Text attributes can be configured to be unique.ブール値 -
trueなど、真偽値が含まれます。含められるのは真または偽の値のみです。Integer - contains an integer, such as 42, within the range of -2,147,483,648 to +2,147,483,647. Integer attributes can include a suffix and be configured to show the sum of multiple attributes.
Float - contains a number with a decimal, such as
42.01. Float attribute types can include a suffix and can be configured to show the sum of multiple attributes.日付 -
13/Feb/23など、日付が含まれます。日付は、Atlassian アカウント設定でセットされている言語とタイム ゾーンに従ってフォーマットおよびオフセットされます。日時 -
13/Feb/23 4:06 AMなど、日付と時刻が含まれます。日付と時刻は、Atlassian アカウント設定でセットされている言語とタイム ゾーンに従ってフォーマットおよびオフセットされます。URL - contains a URL field, such as
www.google.com. Text, email or URL attribute types can be configured with a regular expression. URL attributes must start with the prefixhttp://orhtps://. Learn about validating attributes with a regular expressionEmail - contains an email field, such as
support@atlassian.com. Text, email or URL attribute types can be configured with a regular expression. Learn about validating attributes with a regular expressionTextarea - contains a larger section of text with a maximum of one million characters that let you store longer blocks of plain text.
Select - contains one or more text values that can be selected as discrete options, such as
Laptop,Keyboard, andServer.IP アドレス -
192.168.1.1.など、IP アドレス (IPv4) が含まれます。
オブジェクト属性タイプ
Object attribute types contain references to other objects. The cardinality (minimum and maximum number) of objects within an attribute type can be configured. Attribute values can be filtered using AQL.
ユーザー属性タイプ
The user attribute type contains a link to the Jira user. Assets will automatically detect all Jira users that you have permission to view. Learn more about permissions
Sorting by User within an Assets object list will sort by Jira User ID, not by the user’s name. To sort by the user’s name, you can use the following AQL query in the Advanced search instead:
“ORDER BY User.Name ASC"
グループ属性タイプ
The group attribute type contains a link to a Jira group. Assets will automatically detect all Jira groups that you have permission to view.
プロジェクト属性タイプ
The project attribute type contains a Jira project. Assets will automatically detect any project that your account has permission to access.
ステータス属性タイプ
ステータス属性タイプには、グローバル オプションとオブジェクト スキーマ固有のオプションから選択されたステータスが含まれます。ステータスが選択されていない場合は、リスト全体が表示されます。
Bitbucket 属性タイプ
Contains a link to a Bitbucket repository. Assets will automatically detect any repository your account has permission to access. Learn more about adding a Bitbucket repository to an attribute
この内容はお役に立ちましたか?