# Target Issue Automations

{% hint style="info" %}
These rules and actions can used to configure your [automations](/docs/platform/automations.md) with the **Target Issue** type.
{% endhint %}

## Rules

Add rules too match target issues based on the following criteria.

<details>

<summary>Rule Types</summary>

Each type has a variety of value options with details provided in the add rule modal.

* Active Exploit
* CVE
* CVSS v2
* CVSS v3
* CWE
* Category
* Department
* Description
* Is PCI
* Issue Tag
* Name
* Prevalence
* Resolution
* Risk
* Severity
* Target Tag
* Workflow Assigned To
* Workflow Status

</details>

## Actions

The following actions are supported.

* **Create Ticket:** Automatically create a ticket with your ticketing software:
  * [Jira](/docs/integrations/workflow-integrations/jira.md)


---

# Agent Instructions: 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:

```
GET https://docs.halosecurity.com/docs/platform/automations/target-issue-automations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
