> For the complete documentation index, see [llms.txt](https://docs.nullify.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nullify.ai/connectors/jira/manual_creation.md).

# Manual Ticket Creation

## Creating Tickets via the Dashboard

If you have disabled automatic ticket creation, you can still create tickets manually via the Nullify dashboard. This can be useful in several scenarios:

* You want to have more control over which vulnerabilities are tracked in Jira.
* Automatic ticket creation is enabled on some repositories, but you still want to manually create tickets for other repositories as needed.
* You have configured automatic ticket creation for only HIGH and URGENT findings, but you still want to create a ticket for a MEDIUM or LOW severity finding as needed.
* You need to create a ticket for a specific vulnerability that requires special attention or additional context not covered by the automatic creation rules.

### Steps to Manually Create a Ticket

1. **Navigate to the Vulnerabilities Dashboard**: Go to the Nullify dashboard and navigate to the triage page.
2. **Select the Vulnerability**: Find the vulnerability for which you want to create a Jira ticket. Click on the vulnerability to view more details.
3. **Create Ticket**: In the vulnerability details view, you will see an option to create a Jira ticket (if the ticket does not already exist). Click on the "Create Ticket" button. The ticket will be created using the default settings, and a link to the ticket will be shown in the dashboard. You can open this ticket to perform additional actions such as:

* Assigning the ticket to a specific user
* Changing the project key or issue type
* Modifying the severity

<figure><img src="/files/VwDVRcY4GtYzyrnHkkCw" alt=""><figcaption><p>Create Ticket Button</p></figcaption></figure>

### Configuration

Even when automatic ticket creation is disabled, make sure the Jira integration has a project key and issue type configured in the dashboard. Manually created tickets use these global default settings from the dashboard Jira configuration.


---

# 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.nullify.ai/connectors/jira/manual_creation.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.
