Entra Sync
Entra Sync — Setup Guide
Step-by-step setup guide for the Entra ID & Intune Sync Atlassian Marketplace app.
Entra Sync — Setup Guide
This guide walks you through the complete setup from Marketplace installation to your first successful sync.
Prerequisites
- An Atlassian Cloud site with Jira Service Management and Assets enabled
- An Azure subscription with Entra ID (formerly Azure Active Directory)
- Global Administrator or Application Administrator rights in Entra ID to create an App Registration
- Jira Administrator rights on your Atlassian site
Step 1 — Install from the Marketplace
- Visit the Atlassian Marketplace listing
- Click Get it now and select your Jira Cloud site
- Complete the installation. The app appears in your Jira Apps menu as Entra Sync
Step 2 — Create an Entra App Registration
- Open the Azure Portal and navigate to Entra ID → App registrations
- Click New registration
- Name it something recognisable (e.g.
Atlassian Assets Sync) - Set Supported account types to Accounts in this organizational directory only
- Click Register
- Copy the Application (client) ID and Directory (tenant) ID — you'll need these shortly
Step 3 — Add API permissions
In your App Registration, navigate to API permissions → Add a permission → Microsoft Graph → Application permissions and add:
Application.Read.All
Device.Read.All
Group.Read.All
User.Read.All
After adding all four, click Grant admin consent and confirm.
All permissions are read-only. The app never writes to Entra ID or Intune.
Step 4 — Create a client secret
- In your App Registration, go to Certificates & secrets → Client secrets → New client secret
- Set an expiry (24 months is typical)
- Click Add and immediately copy the Value — it won't be shown again
Step 5 — Configure the app in Jira
- In Jira, open Apps → Entra Sync → Settings
- Enter your Tenant ID, Client ID, and Client Secret
- Select the Assets workspace and object schema to sync into
- Choose a sync interval (hourly, every 6 hours, or daily)
- Toggle Enable sync on
- Click Save
Step 6 — Run your first sync
Click Sync now to trigger an immediate sync. The first sync may take a few minutes depending on the size of your directory. Progress is shown in the Sync logs panel.
Once complete, navigate to Assets in Jira — you'll find your Entra users, groups, and Intune devices populated as objects.
Troubleshooting
| Error | Likely cause |
|---|---|
401 Unauthorized | Client secret has expired or was entered incorrectly |
403 Forbidden | Admin consent was not granted for one or more permissions |
No devices synced | Intune is not licenced or Device.Read.All consent is missing |
Schema error | The selected object schema has conflicting type names — use a dedicated schema |