アセットの JQL 関数
Jira Service Management のアセットは、Premium と Enterprise のみの機能です。アセットの詳細についてはこちらをご確認ください。
Assets supports a specific JQL function called aqlFunction, which allows you to query issues containing an Assets object custom field, using Assets Query Language (AQL). This allows you to further filter issue results based on the Assets database (e.g. attributes of Assets objects).
More details on how AQL is constructed can be found here.
aqlFunction(aql)
構文 | aqlFunction(aql) |
---|---|
サポートされるフィールド | アセット オブジェクト カスタム フィールド |
サポートされる演算子 |
|
例 | 次の JQL の例では、customField というフィールドを使用して アセット オブジェクトのカスタム フィールドを表します (フィールドの名前は Jira 管理者によって定義されます)。
|
AQL 関数をオブジェクト スキーマで使用したり、AQL でオブジェクト タイプを指定したりすると、パフォーマンスが大幅に向上します。たとえば、JSM SLA の計算時に AQL 関数を使用する際は、オブジェクト タイプ名、スキーマ ID、またはオブジェクト キーを追加して AQL を制限すると、クエリの実行時間が短縮されます。
この内容はお役に立ちましたか?