Jira Cloud Odoo Connector
Jira Cloud
Bi-directional integration between Odoo and Jira Cloud, built on the Connecta framework.
Overview
The Jira Cloud Connecta app bridges your Odoo project management with Jira Cloud. It synchronizes projects, issues, and epics — allowing teams to work in Jira while keeping Odoo's project and task management up to date. Issues can also be created in Jira directly from Odoo.
Features
Inbound (Jira to Odoo)
| Feature | Description |
|---|---|
| Sync Projects | Synchronize Jira projects to Odoo projects |
| Sync Issues to Tasks | Import Jira issues as Odoo tasks |
| Sync Epics | Synchronize Jira Epics into Odoo |
| Issue Status Mapping | Map Jira issue statuses (To Do, In Progress, Done) to Odoo task stages |
Outbound (Odoo to Jira)
| Feature | Description |
|---|---|
| Create Issues from Odoo | Create Jira issues directly from Odoo tasks |
| Update Issue Status | Push task status changes from Odoo back to Jira |
Flows
The app contains 7 flows:
| Flow | Trigger | Description |
|---|---|---|
| Sync Projects | Manual | Imports Jira projects into Odoo |
| Sync Issues to Tasks | Manual | Imports Jira issues as Odoo tasks |
| Jira Epics | Manual | Syncs Jira Epics |
| Create Issue from Odoo | Manual | Creates a Jira issue from an Odoo task |
| Update Issue Status | Manual | Pushes status changes to Jira |
| Settings Panel | Manual | Processes settings panel configuration |
| Run Tests | Manual | Tests Jira Cloud API connectivity, authentication, and search/issue endpoints |
Sync Setups
| Odoo Model | Remote Key | Direction | Description |
|---|---|---|---|
| Project (project.project) | key | Incoming | Syncs Jira projects using the Jira project key |
| Task (project.task) | key | Incoming | Syncs Jira issues using the Jira issue key |
Settings Panel
Accessible from the Connecta dashboard under "Jira Cloud — Setup Jira Cloud connector".
Feature Toggles
| Setting | Type | Description |
|---|---|---|
| Sync Projects | Toggle | Enable synchronization of Jira projects to Odoo |
| Sync Issues to Tasks | Toggle | Enable synchronization of Jira issues to Odoo tasks |
| Sync Epics | Toggle | Enable synchronization of Jira Epics |
| Create Issues from Odoo | Toggle | Allow creating Jira issues directly from Odoo tasks |
| Issue Status Mapping | Toggle | Map Jira statuses to Odoo task stages |
Configuration
| Setting | Type | Description |
|---|---|---|
| Jira Project Key | Text | Default Jira project key (e.g. BROST, DEV). Leave empty to sync all projects |
| Default Assignee | Many2one | Default Odoo user to assign synced Jira issues to |
| Auto-sync Interval | Selection | How often Jira data should be synced automatically |
Dependencies
- Project (project) — Project and Task models for issue/project mapping
- Connecta Core — Integration framework
Sync Jira backlogs to Odoo projects
Support