import demistomock as demisto # noqa: F401 from CommonServerPython import * # noqa: F401 usecasetemplatelist = """
Report Created By:
${Use Case Definition.Answers.name}
Report Created On:
${incident.created}
This document provides a template for defining a use case to be implemented in XSOAR.
The Use Case is defined by the process, logic, and tasks that are being done as part of an Incident Response process for a specific incident type.
| License Requirements | XSOAR |
|---|---|
Use Case Name
|
Use Case Name: ${.="${MarkdownToHTML.HTML.[0]}"} Use Case Purpose: ${.="${MarkdownToHTML.HTML.[1]}"} |
Trigger
|
${.="${MarkdownToHTML.HTML.[3]}"} |
Incident Structure and Mapping
|
${.="${MarkdownToHTML.HTML.[4]}"} |
Incident Response Process
|
${.="${MarkdownToHTML.HTML.[5]}"} |
Use Case Enrichment Actions
|
${.="${MarkdownToHTML.HTML.[6]}"} |
Manual Steps
|
${.="${MarkdownToHTML.HTML.[7]}"} |
End User Interactiveness
|
${.="${MarkdownToHTML.HTML.[8]}"} |
Deduplication Logic
|
${.="${MarkdownToHTML.HTML.[9]}"} |
3rd Party Integrations
|
${.="${MarkdownToHTML.HTML.[10]}"} |
Incident Structure (Custom Field)
|
${.="${MarkdownToHTML.HTML.[2]}"} |