> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Jira & Zendesk Integrations

> Create and update tickets in Jira and Zendesk.

## Parameters

<ParamField body="title" type="string" required>
  Ticket title
</ParamField>

<ParamField body="description" type="string" required>
  Ticket description
</ParamField>

<ParamField body="priority" type="string">
  Priority level
</ParamField>

## Example

<RequestExample>
  ```json Tool Input theme={null}
  {
    "title": "Login error",
    "description": "Users cannot log in after password reset",
    "priority": "High"
  }
  ```
</RequestExample>

<ResponseExample>
  ```json Success theme={null}
  { "id": "JIRA-123", "status": "created" }
  ```
</ResponseExample>
