Skip to main content

Jira Connector

Prerequisites

  • A Jira Cloud instance (Atlassian Cloud)
  • An Atlassian account with access to the Jira projects you want to sync

Getting Your Credentials

Jira Cloud uses Email + API Token authentication (Basic Auth).

Step 1: Find Your Jira Domain

Your Jira domain is visible in your browser URL when logged into Jira. For example: mycompany.atlassian.net.

Step 2: Create an API Token

  1. Go to id.atlassian.com/manage-profile/security/api-tokens
  2. Click Create API token
  3. Enter a label (e.g., Landed sync)
  4. Click Create
  5. Copy the token

Important: The API token inherits the permissions of the Atlassian account that created it. The account must have access to the Jira projects you want to sync.

Configuration in Landed

FieldValue
Jira DomainYour Atlassian Cloud domain (e.g., mycompany.atlassian.net)
EmailThe email address of your Atlassian account
API TokenYour Atlassian API token

Available Streams

StreamDescriptionSync Mode
issuesJira issues with summary, status, assignee, reporter, priorityIncremental
projectsProject definitions with key, name, type, leadFull refresh
usersUser records with display name, email, active statusFull refresh
sprintsSprint records with state, dates, goalsFull refresh
boardsAgile board definitions (Scrum and Kanban)Full refresh
worklogsTime tracking work log entriesIncremental
issue_commentsComments on issuesIncremental

Common Issues

SymptomCauseFix
401 UnauthorizedInvalid email or API tokenVerify your email and regenerate the API token
Domain format invalidDomain not in .atlassian.net formatUse your Atlassian Cloud domain (e.g., mycompany.atlassian.net), not a custom domain
Missing issuesAccount lacks project accessEnsure the Atlassian account has access to the relevant Jira projects
No sprints dataNo Scrum boards configuredSprints are only available for Scrum boards, not Kanban
Rate limit exceededToo many API callsLanded handles rate limiting automatically

Data Notes

  • Jira issues are fetched using JQL and sorted by updated date for incremental sync
  • Custom fields are not included in the default schema -- only standard Jira fields are synced
  • Sprints are fetched per board; ensure boards are configured in your Jira projects
  • Worklogs and comments reference issues via issue_id and issue_key

Static IPs for Allowlisting

If your Jira/Atlassian configuration requires IP allowlisting:

  • Production: 34.170.185.84, 35.192.90.94
  • Staging: 34.171.93.34