Skip to main content
First time creating a connector? Read this first.
Ingest your files into Unstructured from Jira.

Requirements

You will need:
  • A Jira Cloud account or Jira Data Center installation.
  • The site URL for your Jira Data Center installation or Jira Cloud account. For Jira Cloud, open Jira in your web browser and copy the address from the browser’s address bar. If you’re unsure, check the dashboard URL, or if viewing an issue, project or board, the site URL is typically everything that comes before but not including /jira, such as https://<organization>.atlassian.net.
  • To process Jira projects, provide the IDs for the target projects. To get a project’s ID, sign in to your Jira Cloud account or Jira Data Center installation, and then go to the following URL: https://<organization>.atlassian.net/rest/api/latest/project/<project-key>, replacing <organization> with yours, and replacing <project-key> with the target project’s key. In the response, look for the URL https://<organization>.atlassian.net/rest/api/3/project/<project-id>, where <project-id> is the target project’s ID.
  • To process Jira boards, the IDs for the target boards. To get a board’s ID, sign in to your Jira Cloud account or Jira Data Center installation, and then go to the following URL: https://<organization>.atlassian.net/rest/agile/1.0/board?projectKeyOrId=<project-key-or-id>, replacing <organization> with yours, and <project-key-or-id> with the associated project’s key or ID. In the response, look for the URL https://<organization>.atlassian.net/rest/agile/1.0/board/<board-id>, where <board-id> is the board’s ID.
  • To process Jira issues, the IDs for the target issues. To get an issue’s ID, sign in to your Jia Cloud account or Jira Data Center installation, open the issue, and then look at the URL in your browser’s address bar. The issue ID is the string of characters after the final slash in the URL.
  • A user in your Jira Cloud account or Jira Data Center installation.
  • The user must have the correct permissions in your Jira Cloud account or Jira Data Center installation to access the target projects, boards, and issues.
  • One of the following:

Examples

To create a Jira source connector, see the following examples. For more information on working with source connectors using the Unstructured API, see Source endpoints.

Configuration settings

Replace the preceding placeholders as follows:
string
required
A unique name for this connector.
string
required
The URL of the Jira instance.
string
Required for password or API token authentication. The username of the Jira user.
string
Required for password or API token authentication. For password authentication, the password of the Jira user. For API token authentication, the API token of the Jira user.
string
Required for personal access token authentication. The personal access token of the Jira user.
string
The ID of a target project in Jira to access.
string
The ID of a target board in Jira to access.
string
The ID of a target issue in Jira to access.
string
The name of a status to filter Jira issues by.
boolean
default:"false"
Set to true to download attachments from Jira issues.
boolean
Set to true to specify using Jira Cloud or false to specify using Jira Data Center. The default is to use Jira Data Center.
string
Provides authentication for Unstructured Foundation. Unstructured Foundation enables you to processes your files once, maintain a persistent enrichment index, and gives every AI tool your team uses persistent access to your organization’s knowledge without file uploads.Not supported for the Unstructured Pipeline API.
string
Provides authentication for Unstructured Foundation. Unstructured Foundation enables you to processes your files once, maintain a persistent enrichment index, and gives every AI tool your team uses persistent access to your organization’s knowledge without file uploads.Not supported for the Unstructured Pipeline API.

Learn more