> For the complete documentation index, see [llms.txt](https://docs.octoxlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octoxlabs.com/action-center/create-request/jira-notification.md).

# Jira Notification

### **URL**

Your Jira user URL.

{% hint style="info" %}
**Example**

octoxlabs.atlassian.net
{% endhint %}

### **Email**

Enter your e-mail address

### **API Key**

Enter the API Key.

### **Project Key**

Enter the Project Key.

### **Issue Type**

Specify the Issue Type.

### **Assignee Username**

Enter the Assignee Username.

### **Account id for Assignee**

Enter the Account ID for the assignee.

### **Custom fields**

If any, enter your custom fields.

### Example

```
{
	"customfield_001": "octoxlabs",
	"customfield_002": 2022,
	"customfield_003": {
		"customfield_003_01": "inc"
	},
	"customfield_004": [
		"asset",
		"management",
		"platform"
	]
}

```
