Use JQL functions in Assets

Assets in Jira Service Management is a Premium and Enterprise only feature. Learn more about Assets

 

Assets supports the Jira Query Language (JQL) function aqlFunction, letting you query issues with object custom fields using Assets Query Language (AQL). This helps filter issues based on Assets data, like object attributes.

Learn more about Assets Query Language (AQL)

aqlFunction(aql)

構文

aqlFunction(aql)

サポートされるフィールド

アセット オブジェクト カスタム フィールド

サポートされる演算子

IS, IS NOT, IN, NOT IN

次の JQL の例では、customField というフィールドを使用して アセット オブジェクトのカスタム フィールドを表します (フィールドの名前は Jira 管理者によって定義されます)。

  • ウェブサイトが報告されている課題や、カスタマー アカウント マネージャーが Mathias Edblom である課題を見つけます。
    customField in aqlFunction("Customer.\"Account Manager\" = \"Mathias Edblom\"")

  • アプリが報告され、仮想サーバーにアプリがインストールされている課題を見つけます。
    customField in aqlFunction("Host.Virtual = true")

Using aqlFunction with an object schema or specifying an object type improves performance. For example, to reduce query execution time in Jira Service Management SLA calculations, limit the AQL with the object type name, schema ID, or object key.

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。