# Install

In the menu bar at the top of the screen, click on the dropdown menu "Apps", and then click on "Manage your apps".

<figure><img src="/files/07Hv1VbWaM2LdPWL98u1" alt=""><figcaption><p>Menu -> Apps -> Manage your apps</p></figcaption></figure>

Alternatively you can click on the settings (cog) icon in the top right corner of the screen and click on Apps -> Manage apps.

Click on Settings -> Enable development mode.

<figure><img src="/files/hHHhPtcQEd4koQm4XeV9" alt=""><figcaption><p>Settings -> Enable development mode</p></figcaption></figure>

Refresh the page. You should now be able to see the Upload app button.

<figure><img src="/files/3NU31KZeOyuajvNFPgB8" alt=""><figcaption><p>Upload app button</p></figcaption></figure>

Click on this and enter app descriptor URL. This should be `https://api.<your-nullify-instance>.nullify.ai/core/jira/descriptor`. (If you get a 404 error, Jira has been disabled for your organization. Please contact your Nullify representative to turn on the feature flag.) Click Upload and the app should install.

## Webhooks

Nullify needs to receive webhooks from Jira to reply to comments. Click on the settings (cog) icon in the top right corner and click on System. At the very bottom in the left nav-bar, click on Webhooks (under the Advanced category).

Click on Create a WebHook.

URL: `https://api.<your-nullify-instance>.nullify.ai/core/jira/webhook`

Tick the `comment.created` webhook.

## Issue Type

Each Jira Issue needs to have an Issue Type. This is the type of issue that the Jira issue is. For example, a bug, a feature request, a task, etc. By default, Nullify will use the `Nullify` issue type unless you specify a different one in the configuration file (see [Configuration](/connectors/jira/configuration.md)).

If you do not specify your own Issue Type, you MUST create an Issue Type called `Nullify` in your Jira instance. You can create one by going to `Settings -> Issues -> Issue Types` and clicking on `Add issue type`.

<figure><img src="/files/YdC6jgZLi2hVGYdj7yVU" alt=""><figcaption><p>Issue Type settings</p></figcaption></figure>

<figure><img src="/files/nKtKDRqNte0D3STBUvD2" alt=""><figcaption><p>Issue Types</p></figcaption></figure>

In the name, enter `Nullify`.

Enter a suitable description such as `This issue type is used to track vulnerabilities found by Nullify.`.

<figure><img src="/files/KTFakzFax8h8CAkSnDNJ" alt=""><figcaption><p>Add Issue Type</p></figcaption></figure>

Click on `Add`.

The issue type must also belong to the project.


---

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