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

# Azure DevOps

> Turn every Jam into an Azure DevOps work item with full technical context. Set project, type, and priority from inside the extension.

Connect Jam to Azure DevOps to turn every bug capture into a work item with full debug context already attached. Engineers get everything they need to reproduce the issue without any manual information gathering.

<Info>You need the Jam Chrome extension installed. See [Getting Started](/introduction) if you haven't set it up.</Info>

## Prerequisites

Before connecting Jam to Azure DevOps, enable third-party OAuth access in your Azure DevOps organization:

1. Go to your Azure DevOps organization settings.
2. Under **Policies**, enable **Third-party application access via OAuth**.

## What's included in every Azure DevOps work item

Every Azure DevOps issue created from Jam automatically includes:

* Console logs
* Fully inspectable network requests
* URL, timestamp, and country
* Device, OS, and browser
* Viewport size
* Network speed

<Tabs>
  <Tab title="Create an Azure DevOps work item from a new capture">
    <Steps>
      <Step title="Capture your bug">
        Use the Jam browser extension to capture your bug.
      </Step>

      <Step title="Select Azure DevOps as the destination">
        In the Jam extension, click **Link you can share** and change the destination to Azure DevOps.
      </Step>

      <Step title="Authenticate with Azure DevOps">
        Complete the Azure DevOps OAuth flow to connect your account.
      </Step>

      <Step title="Configure your work item">
        Once connected, set up your work item from Jam: choose the project, team, priority, assignees, and more.
      </Step>

      <Step title="Create the work item">
        Click **Create issue**. Jam creates the Azure DevOps work item and opens it in a new tab.
      </Step>
    </Steps>

    <Tip>
      Click **Edit fields** during work item setup to manage which Azure DevOps fields appear in the Jam extension. Remove fields you don't use to keep the process fast.
    </Tip>
  </Tab>

  <Tab title="Send an existing Jam to Azure DevOps">
    Create an Azure DevOps work item from any Jam you've already captured in two clicks.

    <Note>
      You must be logged into Jam to use this feature. Logged-out users will not see the **Send to App** option.
    </Note>

    <Steps>
      <Step title="Open the Jam">
        Open the Jam you want to convert into an Azure DevOps work item.
      </Step>

      <Step title="Click Send to App">
        Click **Send to App** and select Azure DevOps.
      </Step>

      <Step title="Log in to Azure DevOps if prompted">
        If this is your first time using Jam + Azure DevOps, you'll be redirected to authenticate.
      </Step>

      <Step title="Fill in the work item details">
        Enter the project, team, priority, and any other fields you need.
      </Step>

      <Step title="Create the work item">
        Click **Create issue** to send the Jam to Azure DevOps.
      </Step>
    </Steps>
  </Tab>
</Tabs>
