Jira Service Management の新しいナビゲーション

We’re in the process of rolling out these changes and the documentation may not match your experience. Bear with us while we update it to reflect the new changes. More about navigating the new Jira

カスタマーの詳細に基づいて SLA 目標を作成する

To use this feature:

Next to the name of your space in the sidebar, select More actions (•••), then Space settings.
Select Features, then turn on Customer and organization profiles.

Customer service management isn’t available in the Atlassian Government environment.

Jira クエリ言語 (JQL) を使用して、さまざまなタイプのカスタマーや組織に SLA (サービス レベル アグリーメント) の目標を設定できます。設定する SLA 目標は、所在地やサポート階層などに基づいて決めることができます。

SLA 目標を作成する方法は次のとおりです。

  1. サイドバーにあるスペース名の横で、その他のアクション(•••)を選択し、スペース設定を選択します。

  2. Select Request management, then SLAs. All existing SLAs are displayed here.

  3. If you need to, create a new SLA.

  4. 目標を追加したい SLAから [編集] を選択します。

  5. [サービス目標] セクションで [新しい目標を追加 (+)] を選択します。

  6. [時間目標] で、作業項目を解決する目標時間を設定します。目標は空白にすることも、次の形式により定義することもできます: 4 時間 30 分。

  7. SLA に照らして時間をカウントできる場合は、[カレンダー] でカレンダーを選択して作業時間を指定します。

  8. Under Work items to display (in JQL), enter a JQL statement using the functions below.

  9. [保存] を選択します。

カスタマー JQL 機能

構文: customerDetail( )

サポートされるフィールド: 担当者、報告者、投票者、ウォッチャー、ユーザー タイプのカスタム フィールド

サポートされる演算子:IN , NOT IN

サポートされない演算子: = , != , ~ , !~ , > , >= , < , <= IS , IS NOT , WAS , WAS IN , WAS NOT IN, WAS NOT , CHANGED

  • プラチナ サポート レベルのカスタマーを対象に SLA 目標を作成する
    reporter in customerDetail("Support level", "Platinum")

  • ヨーロッパ以外のすべてのカスタマーを対象に SLA 目標を作成する
    reporter not in customerDetail("Region", "Europe")

組織 JQL 機能

構文: organizationDetail( )

サポートされるフィールド: 組織

サポートされる演算子:IN , NOT IN

サポートされない演算子: = , != , ~ , !~ , > , >= , < , <= IS , IS NOT , WAS , WAS IN , WAS NOT IN, WAS NOT , CHANGED

  • ゴールド階層の組織を対象に SLA 目標を作成する
    organizations in organizationDetail("Tier", "Gold")

  • APAC 地域の組織を対象に SLA 目標を作成する
    organizations in organizationDetail("Region", "APAC")

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

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