Skip to main content

Jira (Deprecated)

This connector captures data from Jira into Estuary collections.

deprecated

This connector is deprecated. See the new Jira connector for the latest integration.

Supported data resources​

The following data resources are supported through the Jira APIs:

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

Prerequisites​

Configuration​

You configure connectors either in the Estuary 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
/api_tokenAPI TokenJira API Token is used for Authorization to your account by BasicAuth.stringRequired
/domainDomainThe Domain for your Jira account, e.g. estuary.atlassian.net, estuary.jira.com, jira.your-domain.comstringRequired
/emailEmailThe user email for your Jira account which you used to generate the API token. This field is used for Authorization to your account by BasicAuth.stringRequired

Bindings​

PropertyTitleDescriptionTypeRequired/Default
/streamStreamResource of your Jira project from which collections are captured.stringRequired
/syncModeSync ModeConnection method.stringRequired

Sample​


captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-jira:v1
config:
api_token: <token>
domain: <domain>
email: <email>
bindings:
- resource:
stream: issues
syncMode: incremental
target: ${PREFIX}/issues
{...}