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

# ITSM Integrations

> Connect your IT Service Management tools with June for AI-powered ticket handling

Connect June with your ITSM platform to enable an AI agent that can triage, respond to, and manage tickets—with full access to your asset, identity, and software application data.

<Info>
  Currently, June does **not** sync or import all your tickets from your ITSM platform. Instead, June acts as an intelligent agent that responds when triggered by mentions or assignments giving you full control on what you want June to work on.
</Info>

## Supported ITSM Platforms

<CardGroup cols={2}>
  <Card href="/integrations/jira">
    <div className="w-30 h-30">
      <img src="https://mintcdn.com/juneopsinc/1XVFMVEZwcsD6cFq/images/jira_logo.png?fit=max&auto=format&n=1XVFMVEZwcsD6cFq&q=85&s=9c2be529324b3618bc45418ffa80229c" alt="Jira" width={40} height={40} className="my-5" data-path="images/jira_logo.png" />
    </div>

    <div className="text-base font-bold text-white my-2">Jira & Jira Service Management</div>
    <div className="text-sm text-gray-400">AI agent for Jira issue tracking and service requests</div>
  </Card>

  <Card href="/integrations/linear">
    <div className="w-30 h-30">
      <img src="https://mintcdn.com/juneopsinc/1XVFMVEZwcsD6cFq/images/linear-light.png?fit=max&auto=format&n=1XVFMVEZwcsD6cFq&q=85&s=dae26d427774386f86c5b4b4ea221231" alt="Linear" width={40} height={40} className="my-5" data-path="images/linear-light.png" />
    </div>

    <div className="text-base font-bold text-white my-2">Linear (Beta)</div>
    <div className="text-sm text-gray-400">AI agent for Linear issue tracking</div>
  </Card>
</CardGroup>

## How It Works

### Triggering June

June responds to tickets through two methods:

| Trigger                 | Description                                                                                     |
| ----------------------- | ----------------------------------------------------------------------------------------------- |
| **Mention in comments** | Tag `@June AI` or June service account in any comment and June will read the ticket and respond |
| **Ticket assignment**   | Assign a ticket to the June service account and June will take action                           |

### Available Actions

Once triggered, June can perform these actions:

| Action                  | Description                                                           |
| ----------------------- | --------------------------------------------------------------------- |
| **Read ticket details** | Access summary, description, status, priority, assignee, and comments |
| **Create tickets**      | Create new issues with full details including custom fields           |
| **Update tickets**      | Modify description, priority, labels, and other fields                |
| **Add comments**        | Post public or internal comments                                      |
| **Transition status**   | Move tickets through workflow states                                  |
| **Assign/Unassign**     | Change ticket ownership                                               |

<Note>
  June uses webhooks to receive real-time updates when tickets are created, updated, or commented on. See the platform-specific guide for webhook setup.
</Note>
