Jira Integration
Synchronise tasks bidirectionally between Munera and Jira. Changes in either system are reflected in the other automatically, keeping your two workflows in sync.
Setting up the integration
Generate a Jira API token
In Jira, go to Account Settings → Security → API tokens → Create token. Copy the token — you'll need it in the next step.
Connect Jira in Munera
Navigate to Settings → Integrations → Jira. Enter your Jira instance URL (e.g. https://your-org.atlassian.net), your email address, and the API token.
Select projects to sync
Choose which Jira projects to import. You can apply filters (e.g. only import issues of certain types, or only issues assigned to engineers in Munera).
Map statuses and types
Map your Jira issue types (Bug, Story, Task, Epic) and statuses (To Do, In Progress, Done) to their Munera equivalents. Unmapped statuses are ignored.
Click Connect
Munera registers a Jira webhook for real-time updates. A 15-minute polling fallback is used if webhook delivery fails.
Sync behaviour
| Event | Direction | Behaviour |
|---|---|---|
| New Jira issue created | Jira → Munera | Imported as a Munera task in pending_assignment |
| Jira issue updated | Jira → Munera | Title, description, and priority synced |
| Jira issue status changed | Jira → Munera | Munera status updated via mapping |
| Jira comment added | Jira → Munera | Synced to Munera task comments |
| Munera task status changed | Munera → Jira | Jira issue status updated via mapping |
Field mapping
| Jira field | Munera field |
|---|---|
| Summary | Task title |
| Description | Task description |
| Priority | Priority (mapped in settings) |
| Assignee | Assigned engineer (matched by email) |
| Due date | Deadline |
| Story points | Estimated hours |
| Labels | Required skills |