> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/library-packs/l1-support/workflow_-automatic-ticket-closure/usage-guide_-automatic-ticket-closure.md).

# 使用ガイド: 自動チケットクローズ

## 概要 <a href="#usageguide-automaticticketclosure-overview" id="usageguide-automaticticketclosure-overview"></a>

サービスデスクのエージェントがServiceNowチケットのステータスを「解決済み」に変更した場合でも、依然としてチケットを「クローズ済み」として記載できることを従業員に手動で確認する必要があります。 このステップには不必要に長い時間がかかり、チケットクローズの遅れにつながり、最終的にはITサービス管理プロセスの効率が損なわれます。

ライブラリパックが正しく設定されるよう、その設定ガイドで示されている手順に従ってください：

[設定ガイド：チケット自動クローズ](/platform/ja/library-packs/l1-support/workflow_-automatic-ticket-closure/configuration-guide_-automatic-ticket-closure.md)

## ワークフロー構造 <a href="#usageguide-automaticticketclosure-workflowstructure" id="usageguide-automaticticketclosure-workflowstructure"></a>

このワークフローはAPIトリガーによって自動的に運用されるよう設計されています。 このセクションではこのワークフローにおける重要なステップを説明します：

* ServiceNowインシデントチケットのステータスが「解決済み」に変更された際には、ServiceNowのプロセスオートメーションがNexthinkワークフロー実行APIをトリガーします。

<div data-full-width="true"><figure><img src="/files/gQRX6U3EkxGUXkCcgXfC" alt="image-20240604-090028.png" width="760"><figcaption></figcaption></figure></div>

* ワークフローはユーザーに確認を求めるエンゲージキャンペーンを実行します。

<div data-full-width="false"><figure><img src="/files/r161fjXkTuOyG4lE0yLm" alt="image-20240531-120714.png"><figcaption></figcaption></figure></div>

<figure><img src="/files/KVztEVme49lvYJch9OAe" alt="campaign1.png"><figcaption></figcaption></figure>

* リクエストチケットが解決済みであると確認された場合、ユーザー満足度調査が表示されます。

<figure><img src="/files/id1bXnBWG5J3WNvupNTm" alt="campaign2.png"><figcaption></figcaption></figure>

* キャンペーン結果は、キャンペーンの概要ページにて報告されます。

<div data-full-width="true"><figure><img src="/files/LnP6JEmWLFXQHCyZZw2Z" alt="image-20240604-090639.png" width="760"><figcaption></figcaption></figure></div>

<figure><img src="/files/UC6R520GfkmHBi1mBx8v" alt="image-20240604-090704.png" width="760"><figcaption></figcaption></figure>

* ユーザーが問題が解決済みであることを確認したら、その次のステップとしてServiceNow APIを呼び出してチケットをクローズします。

<figure><img src="/files/labpaWX6Fj7mRR7r45Rm" alt="image-20240531-120853.png" width="430"><figcaption></figcaption></figure>

* ユーザーが問題が解決済みでないと確認した場合、ワークフローは進行し、ユーザーが問題が未解決であると信じる理由に関する詳細を含むインシデントチケットを更新します。

<figure><img src="/files/ftQk9Zny8YYBvXgKUIxp" alt="image-20240531-121212.png" width="637"><figcaption></figcaption></figure>

<figure><img src="/files/JfLvIsHfAs4sHKr02q4i" alt="image-20240604-091413.png" width="760"><figcaption></figcaption></figure>

***

関連トピック

* [ワークフローを管理する](https://nexthink.gitbook.io/opd/user-guide/workflows/managing-workflows)
* [キャンペーンを管理する](https://nexthink.gitbook.io/opd/user-guide/campaigns/managing-campaigns)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/ja/library-packs/l1-support/workflow_-automatic-ticket-closure/usage-guide_-automatic-ticket-closure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
