Skip to main content

Jira

This connector captures data from Jira's REST API into Flow collections.

It is available for use in the Flow web application. For local development or open-source workflows, ghcr.io/estuary/source-jira-native:dev provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

Supported data resources

The following data resources are supported through the Jira APIs:

By default, each resource is mapped to a Flow collection through a separate binding.

Prerequisites

Configuration

You configure connectors either in the Flow web app, or by directly editing the catalog specification file. See connectors to learn more about using connectors. The values and specification sample below provide configuration details specific to the Jira source connector.

Properties

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/domainDomainThe Domain for your Jira account, e.g. estuary.atlassian.net, estuary.jira.com, jira.your-domain.comstringRequired
/start_dateStart DateUTC date and time in the format YYYY-MM-DDTHH:MM:SSZ. Any data generated before this date will not be replicated. If left blank, the start date will be set to 30 days before the present.string
/credentials/usernameEmailThe user email for your Jira account.stringRequired
/credentials/passwordAPI TokenThe value of the API token generated.stringRequired
/advanced/projectsProjectsComma-separated list of project IDs from which to replicate issues. If left blank, issues from all projects wil be replicated.string

Bindings

PropertyTitleDescriptionTypeRequired/Default
/nameData resourceName of the data resource.stringRequired
/intervalIntervalInterval between data syncsstring

Sample

captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-jira-native:dev
config:
advanced:
projects: 12345,67890
credentials:
credentials: Email & API Token
username: user@email.com
password: <secret>
domain: my.jira.domain
start_date: "2025-05-23T00:00:00Z"
bindings:
- resource:
name: issues
target: ${PREFIX}/issues