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

# Overview

> Overview of the Jira integration in Refold.

## Basic Overview

<CardGroup cols={2}>
  <Card title="Slug">
    jira
  </Card>

  <Card title="Authentication Method">
    OAuth 2.0
  </Card>

  <Card title="Website">
    [https://www.atlassian.com/software/jira](https://www.atlassian.com/software/jira)
  </Card>

  <Card title="Developer Portal">
    [https://developer.atlassian.com/console](https://developer.atlassian.com/console)
  </Card>

  <Card title="API Reference">
    [Click here](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about)
  </Card>

  <Card title="Supported Resources">
    Bi-directional, Webhook Events, Syncs
  </Card>
</CardGroup>

## Required Settings

* **Credentials required**
  * Client ID
  * Client Secret
  * Scopes

<Info>Learn how to create an OAuth app in Jira [here](https://docs.gocobalt.io/resources/integration-providers/jira).</Info>

* **Mandatory Scopes**

1. offline\_access
2. read:jira-work

## Configurable Resources

<CardGroup cols={2}>
  <Card title="Issue">
    Refold allows you to work with actions and triggers related to Issues.
  </Card>

  <Card title="Sprint">
    Refold allows you to work with actions related to Sprints.
  </Card>

  <Card title="Users">
    Refold allows you to work with actions related to Users.
  </Card>

  <Card title="Board">
    Refold allows you to work with actions related to Boards.
  </Card>
</CardGroup>
